diff options
author | George Hazan <ghazan@miranda.im> | 2023-04-09 17:04:00 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-04-09 17:04:00 +0300 |
commit | 44323255f6e922e5e2ade2d0c59ca0fe2f532967 (patch) | |
tree | 1b265e419400726f0fac2c9642e2fadb6755538f /plugins/StopSpamPlus/src/version.h | |
parent | 9308a02b082c6bf6c9b796df8051eff8447f979f (diff) |
fixes #3479 (StopSpam: duplicate setting removed)
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 937b1dc493..7d3ce228da 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 3
+#define __BUILD_NUM 4
#include <stdver.h>
|