From 63bb7d10c06fd8747412e76572647577e74a4bb5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 17 Jan 2018 16:51:49 +0300 Subject: neglection of const might easily cause problems --- plugins/SpellChecker/src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SpellChecker/src/version.h') 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 -- cgit v1.2.3