diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-11-26 15:28:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-11-26 15:28:20 +0300 |
commit | 71fe51d38a406012e166589b7b720d83c1ab3ade (patch) | |
tree | 45c689cb5679123c61d737a4e4b71985e97f1e6f /src/main.h | |
parent | b2d61063b7a7293e3ae0b5b17f9e2846cdee84f0 (diff) | |
download | plus-71fe51d38a406012e166589b7b720d83c1ab3ade.tar.gz plus-71fe51d38a406012e166589b7b720d83c1ab3ade.tar.bz2 plus-71fe51d38a406012e166589b7b720d83c1ab3ade.tar.xz plus-71fe51d38a406012e166589b7b720d83c1ab3ade.zip |
Change version to 1.1.11.27.v1.1.11.27
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 36173a1c8..6f7c0980a 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.1.11.12" -#define CHECK_VERSION "01.01.11.12" +#define SMALL_VERSION "1.1.11.27" +#define CHECK_VERSION "01.01.11.27" #ifdef HAVE_CONFIG_H #include "../config.h" |