diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-25 15:08:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-25 15:08:39 +0300 |
commit | f7e1232f8b330476911894d63f827bc659029281 (patch) | |
tree | b772a2f74179d3e85fc096c76d566341bbfb8ba3 /src/main.h | |
parent | 24ddf07b722bb57d462da05405f31dacdf5742be (diff) | |
download | plus-f7e1232f8b330476911894d63f827bc659029281.tar.gz plus-f7e1232f8b330476911894d63f827bc659029281.tar.bz2 plus-f7e1232f8b330476911894d63f827bc659029281.tar.xz plus-f7e1232f8b330476911894d63f827bc659029281.zip |
Change version to 1.5.4.25.
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 d29070421..ac1420c4c 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.5.4.11" -#define CHECK_VERSION "01.05.04.11" +#define SMALL_VERSION "1.5.4.25" +#define CHECK_VERSION "01.05.04.25" #ifdef HAVE_CONFIG_H #include "../config.h" |