diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-27 18:52:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-27 18:52:21 +0000 |
commit | 1343831cad692ce0244644f708b023f7962246b4 (patch) | |
tree | 72e5a94800afbc53cef177804b6847f93e4294ee /plugins/Scriver/src/Version.h | |
parent | 46a413579266c4251f5b4f956afb197d7617a684 (diff) |
status displaying completely removed because it's impossible to log an event from memory
git-svn-id: http://svn.miranda-ng.org/main/trunk@7394 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/src/Version.h')
-rw-r--r-- | plugins/Scriver/src/Version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Scriver/src/Version.h b/plugins/Scriver/src/Version.h index ba732991a9..3f1910d128 100644 --- a/plugins/Scriver/src/Version.h +++ b/plugins/Scriver/src/Version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 2
#define __MINOR_VERSION 10
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 2
+#define __RELEASE_NUM 1
+#define __BUILD_NUM 0
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
|