diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-02-02 17:51:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-02-02 17:51:40 +0300 |
commit | 67ab809edd61bbcf7f22b79c0fa212cfe2625efb (patch) | |
tree | 92892711417919f2886752a7c3a3585b9700349c /src/main.h | |
parent | 6dcaff24dd1f7d6b08f84ec28ff0caf7b6248dac (diff) | |
download | plus-67ab809edd61bbcf7f22b79c0fa212cfe2625efb.tar.gz plus-67ab809edd61bbcf7f22b79c0fa212cfe2625efb.tar.bz2 plus-67ab809edd61bbcf7f22b79c0fa212cfe2625efb.tar.xz plus-67ab809edd61bbcf7f22b79c0fa212cfe2625efb.zip |
Change version to 1.2.3.2
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 021090d3c..5560e729a 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.1.20" -#define CHECK_VERSION "01.03.01.20" +#define SMALL_VERSION "1.3.2.3" +#define CHECK_VERSION "01.03.02.03" #ifdef HAVE_CONFIG_H #include "../config.h" |