diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-27 16:51:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-27 16:51:48 +0300 |
commit | f3e65c95ed2a34a9de8f94fe7b2fb916ad167f6c (patch) | |
tree | 352e66b0251c3baf9249c9d306547b9abdeffec7 /src/main.h | |
parent | 080ab15a5b94f5bb30a6abb5b4ed2faad113b565 (diff) | |
download | plus-f3e65c95ed2a34a9de8f94fe7b2fb916ad167f6c.tar.gz plus-f3e65c95ed2a34a9de8f94fe7b2fb916ad167f6c.tar.bz2 plus-f3e65c95ed2a34a9de8f94fe7b2fb916ad167f6c.tar.xz plus-f3e65c95ed2a34a9de8f94fe7b2fb916ad167f6c.zip |
Change version to 1.6.8.27v1.6.8.27
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.h b/src/main.h index 1fd3c97d7..2d80514fc 100644 --- a/src/main.h +++ b/src/main.h @@ -45,8 +45,8 @@ * different interfaces, which have different implementations for each server. */ -#define SMALL_VERSION "1.6.8.14" -#define CHECK_VERSION "01.06.08.14" +#define SMALL_VERSION "1.6.8.27" +#define CHECK_VERSION "01.06.08.27" #ifdef HAVE_CONFIG_H #include "../config.h" |