diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-23 13:11:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-23 13:11:20 +0300 |
commit | e7568a3156bd19c91201322543a13ae99aefc658 (patch) | |
tree | f892d11b68f2beec5da3d9d223f0d6b32e0f8648 /src/main.h | |
parent | a69a87c5a81ddbf25a25c5549259da550d207bda (diff) | |
download | plus-e7568a3156bd19c91201322543a13ae99aefc658.tar.gz plus-e7568a3156bd19c91201322543a13ae99aefc658.tar.bz2 plus-e7568a3156bd19c91201322543a13ae99aefc658.tar.xz plus-e7568a3156bd19c91201322543a13ae99aefc658.zip |
Change version to 1.2.6.24
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 ffad96d38..583079875 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.6.10" -#define CHECK_VERSION "01.02.06.10" +#define SMALL_VERSION "1.2.6.24" +#define CHECK_VERSION "01.02.06.24" #ifdef HAVE_CONFIG_H #include "../config.h" |