diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-13 14:16:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-13 14:24:31 +0300 |
commit | 94daf7aa79e61eb97a7f172c32d4738f5aaa05d1 (patch) | |
tree | b5271b6ecb9a8853aa7de2902cef9cbbdafa8cd4 /src/main.h | |
parent | 8835f4c82063520ad657439334bce29009fbbd6c (diff) | |
download | plus-94daf7aa79e61eb97a7f172c32d4738f5aaa05d1.tar.gz plus-94daf7aa79e61eb97a7f172c32d4738f5aaa05d1.tar.bz2 plus-94daf7aa79e61eb97a7f172c32d4738f5aaa05d1.tar.xz plus-94daf7aa79e61eb97a7f172c32d4738f5aaa05d1.zip |
Change version to 1.6.2.13.v1.6.2.13
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 990e2518e..ec0ee6598 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.1.30" -#define CHECK_VERSION "01.06.01.30" +#define SMALL_VERSION "1.6.2.13" +#define CHECK_VERSION "01.06.02.13" #ifdef HAVE_CONFIG_H #include "../config.h" |