diff options
author | George Hazan <ghazan@miranda.im> | 2018-01-17 16:51:49 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-01-17 16:51:49 +0300 |
commit | 63bb7d10c06fd8747412e76572647577e74a4bb5 (patch) | |
tree | 57587a87cc0ef69d8769d9eb25014da5abf7f942 /plugins/SpellChecker/src/version.h | |
parent | db6b5a4bfa73b7fa4bc1a99f14d569b6f45c8275 (diff) |
neglection of const might easily cause problems
Diffstat (limited to 'plugins/SpellChecker/src/version.h')
-rw-r--r-- | plugins/SpellChecker/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SpellChecker/src/version.h b/plugins/SpellChecker/src/version.h index 3aa2f41b06..dd807a953e 100644 --- a/plugins/SpellChecker/src/version.h +++ b/plugins/SpellChecker/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 2 #define __RELEASE_NUM 6 -#define __BUILD_NUM 4 +#define __BUILD_NUM 5 #include <stdver.h> |