diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-03-29 13:48:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-03-29 13:57:07 +0300 |
commit | 49ff01ab8c3add5a13926911afba946cdff02228 (patch) | |
tree | 0b6668ec74d077ffc5964c7e9bd8f420fd9ae648 /src | |
parent | e5da5d5ac46a86048dacb841ee0b17311e5971f6 (diff) | |
download | plus-49ff01ab8c3add5a13926911afba946cdff02228.tar.gz plus-49ff01ab8c3add5a13926911afba946cdff02228.tar.bz2 plus-49ff01ab8c3add5a13926911afba946cdff02228.tar.xz plus-49ff01ab8c3add5a13926911afba946cdff02228.zip |
Change version to 1.4.3.29
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 b0f793360..60ecfb981 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.4.3.15" -#define CHECK_VERSION "01.04.03.15" +#define SMALL_VERSION "1.4.3.29" +#define CHECK_VERSION "01.04.03.29" #ifdef HAVE_CONFIG_H #include "../config.h" |