diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-05 16:00:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-05 16:00:12 +0300 |
commit | 13ec103b3e76c3750993905413a8ac72383176c3 (patch) | |
tree | 2999b34de6b309fe216fa7339dc5353a27c6aa5c /src/main.h | |
parent | 964a268c86b34b2ce3cd2c15f2edfcab24896937 (diff) | |
download | plus-13ec103b3e76c3750993905413a8ac72383176c3.tar.gz plus-13ec103b3e76c3750993905413a8ac72383176c3.tar.bz2 plus-13ec103b3e76c3750993905413a8ac72383176c3.tar.xz plus-13ec103b3e76c3750993905413a8ac72383176c3.zip |
Change version to 1.5.12.5v1.5.12.5
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 93d4cf08c..6f71bcd84 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.11.21" -#define CHECK_VERSION "01.05.11.21" +#define SMALL_VERSION "1.5.12.5" +#define CHECK_VERSION "01.05.12.05" #ifdef HAVE_CONFIG_H #include "../config.h" |