diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-09 14:33:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-09 15:47:43 +0300 |
commit | f61d1891e675706d96fe0c8e6605d9b10ec11e14 (patch) | |
tree | 8c89268160c87113c5547a77c0162977071caf9f /src | |
parent | a102628a6acaa64ca4b31d588cc9eedbb334d077 (diff) | |
download | plus-f61d1891e675706d96fe0c8e6605d9b10ec11e14.tar.gz plus-f61d1891e675706d96fe0c8e6605d9b10ec11e14.tar.bz2 plus-f61d1891e675706d96fe0c8e6605d9b10ec11e14.tar.xz plus-f61d1891e675706d96fe0c8e6605d9b10ec11e14.zip |
Change version to 1.6.4.9.v1.6.4.9
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 26c58bcf6..d2e08bc20 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.3.26" -#define CHECK_VERSION "01.06.03.26" +#define SMALL_VERSION "1.6.4.9" +#define CHECK_VERSION "01.06.04.09" #ifdef HAVE_CONFIG_H #include "../config.h" |