diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-10 21:34:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-10 21:34:29 +0000 |
commit | 960336573d3420785094dd46fe4a3edb4cb152a8 (patch) | |
tree | f4e581537a72dad2e1fb07ab0cc8eef91bd56e3f /plugins/AVS/src/version.h | |
parent | 84bb8836befd3d31b22562bb02f4ecf22e92c4a9 (diff) |
divide et impera
git-svn-id: http://svn.miranda-ng.org/main/trunk@5639 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AVS/src/version.h')
-rw-r--r-- | plugins/AVS/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/AVS/src/version.h b/plugins/AVS/src/version.h index 70435c2294..7292c874f5 100644 --- a/plugins/AVS/src/version.h +++ b/plugins/AVS/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 2
+#define __RELEASE_NUM 1
+#define __BUILD_NUM 1
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
|