diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-05-26 16:54:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-05-26 16:54:17 +0300 |
commit | 797a97ed626d7625994d5248fb4f2d887a1a1e55 (patch) | |
tree | 79a4830cfd1e1ca65225d74c8570e77ecbaa4813 /src | |
parent | e4d57867a0f14c9b3b931f7e620e6d271450977a (diff) | |
download | plus-797a97ed626d7625994d5248fb4f2d887a1a1e55.tar.gz plus-797a97ed626d7625994d5248fb4f2d887a1a1e55.tar.bz2 plus-797a97ed626d7625994d5248fb4f2d887a1a1e55.tar.xz plus-797a97ed626d7625994d5248fb4f2d887a1a1e55.zip |
Change version to 1.2.5.27
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 c09f48ef6..6cdfd88c8 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.5.12" -#define CHECK_VERSION "01.02.05.12" +#define SMALL_VERSION "1.2.5.27" +#define CHECK_VERSION "01.02.05.27" #ifdef HAVE_CONFIG_H #include "../config.h" |