diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-19 19:30:14 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-19 19:30:14 +0000 |
commit | 467eb738e716c92abc1232c3f81c77c4c9098415 (patch) | |
tree | 0d7f9f75aebcb8886189ea850029416c12e0a9ea /plugins/ContactsPlus/src/Version.h | |
parent | 4114d0b943d8fb53b77ae9af2c7ca67fc46301c9 (diff) |
total dejunkification of Contacts+:
- Unicode;
- own utf8 engine removed;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@7288 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ContactsPlus/src/Version.h')
-rw-r--r-- | plugins/ContactsPlus/src/Version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ContactsPlus/src/Version.h b/plugins/ContactsPlus/src/Version.h index f76c68b170..9c1160df62 100644 --- a/plugins/ContactsPlus/src/Version.h +++ b/plugins/ContactsPlus/src/Version.h @@ -1,6 +1,6 @@ #define __MAJOR_VERSION 1
-#define __MINOR_VERSION 5
-#define __RELEASE_NUM 2
+#define __MINOR_VERSION 6
+#define __RELEASE_NUM 0
#define __BUILD_NUM 0
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
|