diff options
author | George Hazan <george.hazan@gmail.com> | 2013-10-25 00:27:33 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-10-25 00:27:33 +0000 |
commit | 402c282619b316fc77d71546ea40f026e0506bbb (patch) | |
tree | 5c9e5c2120fdd5f62f9826f77d967b5f5ac6de0f /protocols/MRA/src/version.h | |
parent | 05b2e149be5b49508d99f39bf9d53c6f9a170dc4 (diff) |
MRA:
- all menu related code moved to Mra_menus.cpp;
- mra-specific menu items moved to the Services... submenu;
git-svn-id: http://svn.miranda-ng.org/main/trunk@6616 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/src/version.h')
-rw-r--r-- | protocols/MRA/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MRA/src/version.h b/protocols/MRA/src/version.h index 5553461ecd..5a6b04d9e4 100644 --- a/protocols/MRA/src/version.h +++ b/protocols/MRA/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 2
#define __MINOR_VERSION 1
#define __RELEASE_NUM 0
-#define __BUILD_NUM 5
+#define __BUILD_NUM 6
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
|