diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-14 12:56:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-14 12:56:52 +0300 |
commit | ff93d11f119a13ea2e01573decb3acd4218ab545 (patch) | |
tree | e7a1ddf44598081a1d05a42869bb55f12818b387 /src/main.h | |
parent | c14f58f0472f96034d718d0ec6184111a28d0e12 (diff) | |
download | plus-ff93d11f119a13ea2e01573decb3acd4218ab545.tar.gz plus-ff93d11f119a13ea2e01573decb3acd4218ab545.tar.bz2 plus-ff93d11f119a13ea2e01573decb3acd4218ab545.tar.xz plus-ff93d11f119a13ea2e01573decb3acd4218ab545.zip |
Change version to 1.5.2.14.v1.5.2.14
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 e0e61e59f..1b73bd3a6 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.1.31" -#define CHECK_VERSION "01.05.01.31" +#define SMALL_VERSION "1.5.2.14" +#define CHECK_VERSION "01.05.02.14" #ifdef HAVE_CONFIG_H #include "../config.h" |