diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-02 15:10:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-02 15:10:26 +0300 |
commit | f06505b08060ad0720653fdf21fcc306ca93eb13 (patch) | |
tree | 2541184b0ce80dd8be739d3d2431a1df953e6f91 /src | |
parent | f591e5861f8613d080208fc8b95b87249225b8d9 (diff) | |
download | plus-f06505b08060ad0720653fdf21fcc306ca93eb13.tar.gz plus-f06505b08060ad0720653fdf21fcc306ca93eb13.tar.bz2 plus-f06505b08060ad0720653fdf21fcc306ca93eb13.tar.xz plus-f06505b08060ad0720653fdf21fcc306ca93eb13.zip |
Change version to 1.3.3.3v1.3.3.3
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 4f6044dd4..be587338c 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.2.17" -#define CHECK_VERSION "01.03.02.17" +#define SMALL_VERSION "1.3.3.3" +#define CHECK_VERSION "01.03.03.03" #ifdef HAVE_CONFIG_H #include "../config.h" |