diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-02-16 12:37:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-02-16 12:37:03 +0300 |
commit | 32e7d1c62a7a34156d6ba3bd3f0cd698034085f1 (patch) | |
tree | d912e1d385adda548e8755513890689ed98188d7 /src | |
parent | e8e4e0d85a7c024d5ccd391170905cb4b35cc37e (diff) | |
download | plus-32e7d1c62a7a34156d6ba3bd3f0cd698034085f1.tar.gz plus-32e7d1c62a7a34156d6ba3bd3f0cd698034085f1.tar.bz2 plus-32e7d1c62a7a34156d6ba3bd3f0cd698034085f1.tar.xz plus-32e7d1c62a7a34156d6ba3bd3f0cd698034085f1.zip |
Change version to 1.3.2.17.
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 5560e729a..4f6044dd4 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.3" -#define CHECK_VERSION "01.03.02.03" +#define SMALL_VERSION "1.3.2.17" +#define CHECK_VERSION "01.03.02.17" #ifdef HAVE_CONFIG_H #include "../config.h" |