diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-17 14:28:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-17 14:28:52 +0300 |
commit | eaa036561c6a504fcc5e3e524c4b785c0c1ad9b4 (patch) | |
tree | 2a9860e07bf91d4be02f0dfabddc09515c80b377 /src | |
parent | 33c7eb4d3a50bfb20c172952d63696f1480bac04 (diff) | |
download | plus-eaa036561c6a504fcc5e3e524c4b785c0c1ad9b4.tar.gz plus-eaa036561c6a504fcc5e3e524c4b785c0c1ad9b4.tar.bz2 plus-eaa036561c6a504fcc5e3e524c4b785c0c1ad9b4.tar.xz plus-eaa036561c6a504fcc5e3e524c4b785c0c1ad9b4.zip |
Change version to 1.5.1.17.v1.5.1.17
Diffstat (limited to 'src')
-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 c4141f532..60f793cdc 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.3" -#define CHECK_VERSION "01.05.01.03" +#define SMALL_VERSION "1.5.1.17" +#define CHECK_VERSION "01.05.01.17" #ifdef HAVE_CONFIG_H #include "../config.h" |