diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-01 11:34:39 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-01 11:34:39 +0000 |
commit | 393b989dd82764b10152c06a51d77d27550ccd8e (patch) | |
tree | 7b2c0a22cc524026eae663985a034abafd8c096f /plugins/ExtraIcons/src/Version.h | |
parent | d06ed7038b92b5c2311004ec25dd00534bab9fe7 (diff) |
extraicons Unicode
git-svn-id: http://svn.miranda-ng.org/main/trunk@2127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExtraIcons/src/Version.h')
-rw-r--r-- | plugins/ExtraIcons/src/Version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ExtraIcons/src/Version.h b/plugins/ExtraIcons/src/Version.h index 69096ecd40..7ce11c04b0 100644 --- a/plugins/ExtraIcons/src/Version.h +++ b/plugins/ExtraIcons/src/Version.h @@ -1,6 +1,6 @@ #define __MAJOR_VERSION 0
-#define __MINOR_VERSION 2
-#define __RELEASE_NUM 5
+#define __MINOR_VERSION 3
+#define __RELEASE_NUM 0
#define __BUILD_NUM 0
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
|