diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-28 15:53:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-28 15:53:00 +0300 |
commit | 67c9cb7e6085a8a24acd366eee0240ee2dded4b9 (patch) | |
tree | 88a40b908d76a2c3627e1d9af4143773fad24a1a /src/main.h | |
parent | 16b3bf6bcf6355a398fba8795f64f60dd46692d6 (diff) | |
download | plus-67c9cb7e6085a8a24acd366eee0240ee2dded4b9.tar.gz plus-67c9cb7e6085a8a24acd366eee0240ee2dded4b9.tar.bz2 plus-67c9cb7e6085a8a24acd366eee0240ee2dded4b9.tar.xz plus-67c9cb7e6085a8a24acd366eee0240ee2dded4b9.zip |
Change version to 1.2.4.29.
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 f4f82e361..1d8b42565 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.2.4.15" -#define CHECK_VERSION "01.02.04.15" +#define SMALL_VERSION "1.2.4.29" +#define CHECK_VERSION "01.02.04.29" #ifdef HAVE_CONFIG_H #include "../config.h" |