diff options
author | George Hazan <ghazan@miranda.im> | 2018-07-24 21:14:18 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-07-24 21:14:18 +0300 |
commit | 40f23d124ab95f9bc589e28cd97d1af761be7f56 (patch) | |
tree | 9e0adb2015fe43ed147648f4e11077744f806269 /plugins/NewXstatusNotify/src/version.h | |
parent | 97a1b591ce906910dae8abb4420dd27ce3414dc7 (diff) |
fixes #1521 (NewXstatusNotify crashes)
Diffstat (limited to 'plugins/NewXstatusNotify/src/version.h')
-rw-r--r-- | plugins/NewXstatusNotify/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewXstatusNotify/src/version.h b/plugins/NewXstatusNotify/src/version.h index 76e9ddac61..4cd0eb7de3 100644 --- a/plugins/NewXstatusNotify/src/version.h +++ b/plugins/NewXstatusNotify/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 1
#define __MINOR_VERSION 4
#define __RELEASE_NUM 0
-#define __BUILD_NUM 11
+#define __BUILD_NUM 12
#include <stdver.h>
|