diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-16 13:58:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-16 13:58:50 +0300 |
commit | 41b919754cf7551b7e8ee9c3a6906fe994ca55ca (patch) | |
tree | 4c95dc9e9ce634d4601c9c31977a839161a18e1f /src/main.h | |
parent | aa50fef88998f7fc82533363b7af049d983ba4dc (diff) | |
download | plus-41b919754cf7551b7e8ee9c3a6906fe994ca55ca.tar.gz plus-41b919754cf7551b7e8ee9c3a6906fe994ca55ca.tar.bz2 plus-41b919754cf7551b7e8ee9c3a6906fe994ca55ca.tar.xz plus-41b919754cf7551b7e8ee9c3a6906fe994ca55ca.zip |
Change version to 1.3.3.17
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 be587338c..7ad6e6379 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.3.3.3" -#define CHECK_VERSION "01.03.03.03" +#define SMALL_VERSION "1.3.3.17" +#define CHECK_VERSION "01.03.03.17" #ifdef HAVE_CONFIG_H #include "../config.h" |