diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-15 14:34:09 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-15 14:34:09 +0300 |
commit | d7c69a80488184b9a36a0d4dbe6d44730ad343a4 (patch) | |
tree | 41f116f1ed5ff06cd63a69548c6c1d1cf850cf59 /plugins/CrashDumper/src/version.h | |
parent | 6faf729cee53aa57547705b83e0401b29c642ab2 (diff) |
fixes #1348 (unused protocols aren't listed in VI info)
Diffstat (limited to 'plugins/CrashDumper/src/version.h')
-rw-r--r-- | plugins/CrashDumper/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CrashDumper/src/version.h b/plugins/CrashDumper/src/version.h index af1c0543f6..390610fc81 100644 --- a/plugins/CrashDumper/src/version.h +++ b/plugins/CrashDumper/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>
|