diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-28 13:31:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-28 13:31:55 +0300 |
commit | adb88538515a039c447643a73a73a32a59ac1214 (patch) | |
tree | eb589b3083037ac4bb02779139f932c8cb1115e4 /src/main.h | |
parent | e6c5216c091f5aa38354617d4b2b4f6981325ad2 (diff) | |
download | plus-adb88538515a039c447643a73a73a32a59ac1214.tar.gz plus-adb88538515a039c447643a73a73a32a59ac1214.tar.bz2 plus-adb88538515a039c447643a73a73a32a59ac1214.tar.xz plus-adb88538515a039c447643a73a73a32a59ac1214.zip |
Change version to 1.5.3.28.v1.5.3.28
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 eec636074..8939beb72 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.3.14" -#define CHECK_VERSION "01.05.03.14" +#define SMALL_VERSION "1.5.3.28" +#define CHECK_VERSION "01.05.03.28" #ifdef HAVE_CONFIG_H #include "../config.h" |