diff options
author | George Hazan <ghazan@miranda.im> | 2017-12-10 00:39:55 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-12-10 00:39:55 +0300 |
commit | 90674ba62902b7aaeceeb4c326469a74a32a259d (patch) | |
tree | f7f6889e14bd882da1c4f477ccb9555db43744fa /plugins/StopSpamPlus/src/version.h | |
parent | 002c6191a3cda8db182f2ca26bb182d3274ab960 (diff) |
StopSpam moved to CMOption<> instead of custom code
Diffstat (limited to 'plugins/StopSpamPlus/src/version.h')
-rw-r--r-- | plugins/StopSpamPlus/src/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/StopSpamPlus/src/version.h b/plugins/StopSpamPlus/src/version.h index dc84021f01..369ce2f5d8 100644 --- a/plugins/StopSpamPlus/src/version.h +++ b/plugins/StopSpamPlus/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
-#define __MINOR_VERSION 0
-#define __RELEASE_NUM 1
-#define __BUILD_NUM 5
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 1
#include <stdver.h>
|