diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-23 15:43:46 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-23 15:43:46 +0000 |
commit | 59469a44731feba111a76f0154c42bb3fc5bb04e (patch) | |
tree | 2abca57dffa8bbf55be2b43d7d8ed669d542e529 /plugins/Scriver/src/Version.h | |
parent | 480aab2b3ffb0b439e160a8c716ef0d982af1acf (diff) |
removing direct access to metas: Scriver
git-svn-id: http://svn.miranda-ng.org/main/trunk@9925 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 7c1393992f..18d5a1a47d 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 0
-#define __BUILD_NUM 2
+#define __RELEASE_NUM 1
+#define __BUILD_NUM 1
#include <stdver.h>
|