diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-08 16:08:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-08 16:08:04 +0300 |
commit | 50ca2750f73025be4e73ed1c6271c4433f081062 (patch) | |
tree | d1b08e6a64acfa2a79dafa747bd8f17dc8c993a7 /src/main.h | |
parent | 9a459bc627847272c1233120c60a27eec47a2ef8 (diff) | |
download | plus-50ca2750f73025be4e73ed1c6271c4433f081062.tar.gz plus-50ca2750f73025be4e73ed1c6271c4433f081062.tar.bz2 plus-50ca2750f73025be4e73ed1c6271c4433f081062.tar.xz plus-50ca2750f73025be4e73ed1c6271c4433f081062.zip |
Change version to 1.2.12.9v1.2.12.9
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 99cba18fc..64b9fcdbd 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.2.11.25" -#define CHECK_VERSION "01.02.11.25" +#define SMALL_VERSION "1.2.12.9" +#define CHECK_VERSION "01.02.12.09" #ifdef HAVE_CONFIG_H #include "../config.h" |