diff options
author | George Hazan <ghazan@miranda.im> | 2018-07-23 18:02:52 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-07-23 18:02:58 +0300 |
commit | a02bbd978031df7352f850cdfa568d9e7887e855 (patch) | |
tree | 447ce68724b2587d35234a887c92678456d71bc3 /plugins/StopSpamPlus/src/version.h | |
parent | 015f21a98844bf099c3979bafbeff9e948c4fc33 (diff) |
fixes #1479 (StopSpam should update default phrases if langpack changed)
Diffstat (limited to 'plugins/StopSpamPlus/src/version.h')
-rw-r--r-- | plugins/StopSpamPlus/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StopSpamPlus/src/version.h b/plugins/StopSpamPlus/src/version.h index 3349b2f3d2..3ce9c45789 100644 --- a/plugins/StopSpamPlus/src/version.h +++ b/plugins/StopSpamPlus/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 0
-#define __BUILD_NUM 1
+#define __BUILD_NUM 2
#include <stdver.h>
|