diff options
author | George Hazan <george.hazan@gmail.com> | 2012-10-11 21:10:40 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-10-11 21:10:40 +0000 |
commit | fcbc00cc4a35a13a1581bad9ccaa6ca75e57a650 (patch) | |
tree | b1105e445778700c493c7c7460feb0a925f74d0d /plugins | |
parent | 52a779c43192b3b3824f6ade3a11f4eec969f6c9 (diff) |
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@1877 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/CyrTranslit/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CyrTranslit/src/version.h b/plugins/CyrTranslit/src/version.h index 58b7807e4c..2e0ac428da 100644 --- a/plugins/CyrTranslit/src/version.h +++ b/plugins/CyrTranslit/src/version.h @@ -19,7 +19,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
-#define __RELEASE_NUM 1
+#define __RELEASE_NUM 2
#define __BUILD_NUM 0
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
|