diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2016-05-13 19:32:21 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2016-05-13 19:32:21 +0000 |
commit | 37c98eaad76b7f1bf86c75fe2c32cf6aa11f7c6f (patch) | |
tree | 32aede144aa0cd0f2dd058b003cdbd534a2f969c /libs/hunspell/src/config.h | |
parent | e73bb3845517a31fa795e8d2174fcc8572835b33 (diff) |
SpellChecker: Updated hunspell to 1.4.1
git-svn-id: http://svn.miranda-ng.org/main/trunk@16828 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'libs/hunspell/src/config.h')
-rw-r--r-- | libs/hunspell/src/config.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libs/hunspell/src/config.h b/libs/hunspell/src/config.h index f1963148b6..1230ed0be7 100644 --- a/libs/hunspell/src/config.h +++ b/libs/hunspell/src/config.h @@ -179,9 +179,6 @@ /* Define to 1 if you have the `__argz_stringify' function. */ #define HAVE___ARGZ_STRINGIFY 1 -/* "Define if you use exterimental functions" */ -//#define HUNSPELL_EXPERIMENTAL 1 - /* "Define if you need warning messages" */ #define HUNSPELL_WARNING_ON @@ -204,5 +201,5 @@ #define PACKAGE_TARNAME /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.3.4" -#define VERSION "1.3.4" +#define PACKAGE_VERSION "1.4.0" +#define VERSION "1.4.0" |