diff options
author | George Hazan <ghazan@miranda.im> | 2018-01-18 23:42:33 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-01-18 23:42:33 +0300 |
commit | 44a8248b1b19375130144a783d1758e1f83d3c88 (patch) | |
tree | c8e134b6c1d1a7a8ae463989116a38c055af0d2b /plugins/SpellChecker/src/version.h | |
parent | 61757497a901760271660c20390fc39aa6300a42 (diff) |
SpellChecker:
- fix for a memory allocation zoo;
- code cleaning;
- version bump
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 dd807a953e..ba974c06fe 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 5 +#define __BUILD_NUM 6 #include <stdver.h> |