diff options
author | George Hazan <george.hazan@gmail.com> | 2015-08-29 12:45:39 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-08-29 12:45:39 +0000 |
commit | a72aabf4e8e795760b8508da645e9587affffec0 (patch) | |
tree | a7226d0721f2a6da84fe6a7b28ce8416a4bd16ab /plugins/Quotes/src/version.h | |
parent | 0a3b4b791a99164d96841e4c771f7cb78236dc9c (diff) |
Quotes untied from ATL
git-svn-id: http://svn.miranda-ng.org/main/trunk@15089 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Quotes/src/version.h')
-rw-r--r-- | plugins/Quotes/src/version.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Quotes/src/version.h b/plugins/Quotes/src/version.h index d09f6a56e2..c191acd19e 100644 --- a/plugins/Quotes/src/version.h +++ b/plugins/Quotes/src/version.h @@ -1,7 +1,7 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 0
-#define __RELEASE_NUM 26
-#define __BUILD_NUM 0
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 1
#include <stdver.h>
|