diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-23 15:07:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-23 15:07:22 +0300 |
commit | 56b646e26907f2ecd81920729cfeab123c6fc1aa (patch) | |
tree | 3ab1e94423ddff4a18a45f31a63d8e75b2c4c5af /src/main.h | |
parent | e472c5df364fd0703438bc96bbff1c148120efc1 (diff) | |
download | plus-56b646e26907f2ecd81920729cfeab123c6fc1aa.tar.gz plus-56b646e26907f2ecd81920729cfeab123c6fc1aa.tar.bz2 plus-56b646e26907f2ecd81920729cfeab123c6fc1aa.tar.xz plus-56b646e26907f2ecd81920729cfeab123c6fc1aa.zip |
Change version to 1.5.5.23.v1.5.5.23
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 869aa1f84..2c397923d 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.5.9" -#define CHECK_VERSION "01.05.05.09" +#define SMALL_VERSION "1.5.5.23" +#define CHECK_VERSION "01.05.05.23" #ifdef HAVE_CONFIG_H #include "../config.h" |