diff options
author | George Hazan <george.hazan@gmail.com> | 2014-12-02 16:04:32 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-12-02 16:04:32 +0000 |
commit | 64f893af7729925656af436929fdbf19c101afb3 (patch) | |
tree | b9c6e30fc91b7cb6929421a8568949b428646d23 /plugins/Scriver/src/Version.h | |
parent | 70dcb949c6c5d0e0b3428cbe389966b00afe4e31 (diff) |
fix for logging unicode strings in Scriver
git-svn-id: http://svn.miranda-ng.org/main/trunk@11217 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/src/Version.h')
-rw-r--r-- | plugins/Scriver/src/Version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/Version.h b/plugins/Scriver/src/Version.h index b67ff7e7ac..11c7493910 100644 --- a/plugins/Scriver/src/Version.h +++ b/plugins/Scriver/src/Version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 2
#define __MINOR_VERSION 11
#define __RELEASE_NUM 1
-#define __BUILD_NUM 2
+#define __BUILD_NUM 3
#include <stdver.h>
|