diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-04-26 11:59:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-04-26 11:59:47 +0300 |
commit | 3e9346b5bae797139e6e992162a584ba5a4b0e8b (patch) | |
tree | c4974cfff07c46c426b0a1af7ca2f84a8d6f4de8 /src | |
parent | 52a8b304302afd9a98274518d75b971441d7dda9 (diff) | |
download | plus-3e9346b5bae797139e6e992162a584ba5a4b0e8b.tar.gz plus-3e9346b5bae797139e6e992162a584ba5a4b0e8b.tar.bz2 plus-3e9346b5bae797139e6e992162a584ba5a4b0e8b.tar.xz plus-3e9346b5bae797139e6e992162a584ba5a4b0e8b.zip |
Change version to 1.4.4.26.
Diffstat (limited to 'src')
-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 5c47e72ac..047b9c9a2 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.4.12" -#define CHECK_VERSION "01.04.04.12" +#define SMALL_VERSION "1.4.4.26" +#define CHECK_VERSION "01.04.04.26" #ifdef HAVE_CONFIG_H #include "../config.h" |