diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-19 11:45:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-19 11:45:03 +0300 |
commit | 6b4d69bef34d9c92b1480f7bbcec0ffa4e0d5694 (patch) | |
tree | 006795ad3b2e78d24f9c561ec1c83638da0b84ab /src/main.h | |
parent | 31cce4c22b369148f77d7092903af9462d8151c8 (diff) | |
download | plus-6b4d69bef34d9c92b1480f7bbcec0ffa4e0d5694.tar.gz plus-6b4d69bef34d9c92b1480f7bbcec0ffa4e0d5694.tar.bz2 plus-6b4d69bef34d9c92b1480f7bbcec0ffa4e0d5694.tar.xz plus-6b4d69bef34d9c92b1480f7bbcec0ffa4e0d5694.zip |
Change version to 1.4.7.19.
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 a8c49d6d7..eb00c9d2b 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.4.7.5" -#define CHECK_VERSION "01.04.07.05" +#define SMALL_VERSION "1.4.7.19" +#define CHECK_VERSION "01.04.07.19" #ifdef HAVE_CONFIG_H #include "../config.h" |