diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-02 14:13:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-02 14:13:21 +0300 |
commit | b46cb15cbb721d48d495133716f422f41826db97 (patch) | |
tree | 708783e15c7010e6bd48ecc1dc4f94875d89854a /src | |
parent | 62b4c4ce9181dae0dd82986ac9263161787f5cd6 (diff) | |
download | plus-b46cb15cbb721d48d495133716f422f41826db97.tar.gz plus-b46cb15cbb721d48d495133716f422f41826db97.tar.bz2 plus-b46cb15cbb721d48d495133716f422f41826db97.tar.xz plus-b46cb15cbb721d48d495133716f422f41826db97.zip |
Change version to 1.4.8.2.
Diffstat (limited to 'src')
-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 eb00c9d2b..9527d03bf 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.4.7.19" -#define CHECK_VERSION "01.04.07.19" +#define SMALL_VERSION "1.4.8.2" +#define CHECK_VERSION "01.04.08.02" #ifdef HAVE_CONFIG_H #include "../config.h" |