diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-01-08 15:11:16 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-01-08 15:11:16 +0000 |
commit | 91c196af4dcee59b4d56a00a46fbc061f583f05a (patch) | |
tree | 230186e4ff75f9251abfa03fe2631b090bf1d286 /plugins/SpellChecker/src/Version.h | |
parent | eef6326ae4eb9edf33e8b0505a0c5920d13b38c3 (diff) |
dictionaries update + version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@7544 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 c4a8a632b5..8ae2fb242b 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 0
+#define __BUILD_NUM 1
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
|