diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-15 12:25:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-15 12:25:33 +0300 |
commit | f0abc041f3a6656e7fc83573525d68dd88d6d9b6 (patch) | |
tree | 8082f435e9dcc678c58e30dadbae1dbdf5557cf0 /src/main.h | |
parent | 7c9cd259d3b0f34766e8ac63954fecc61ada1f92 (diff) | |
download | plus-f0abc041f3a6656e7fc83573525d68dd88d6d9b6.tar.gz plus-f0abc041f3a6656e7fc83573525d68dd88d6d9b6.tar.bz2 plus-f0abc041f3a6656e7fc83573525d68dd88d6d9b6.tar.xz plus-f0abc041f3a6656e7fc83573525d68dd88d6d9b6.zip |
Change version to 1.4.2.15.
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 976b4e584..2035338a6 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.2.1" -#define CHECK_VERSION "01.04.02.01" +#define SMALL_VERSION "1.4.2.15" +#define CHECK_VERSION "01.04.02.15" #ifdef HAVE_CONFIG_H #include "../config.h" |