diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-07 13:33:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-07 13:33:58 +0300 |
commit | aa43e9466326f63017fb92ee0cf5a61976fe3535 (patch) | |
tree | c0a2ab3e5c188f94e82203a28f2ecb20be2a9f79 /src | |
parent | 081756b38da5f69cc4b6f9cebcf7f89204c0280a (diff) | |
download | plus-aa43e9466326f63017fb92ee0cf5a61976fe3535.tar.gz plus-aa43e9466326f63017fb92ee0cf5a61976fe3535.tar.bz2 plus-aa43e9466326f63017fb92ee0cf5a61976fe3535.tar.xz plus-aa43e9466326f63017fb92ee0cf5a61976fe3535.zip |
Change version to 1.4.6.7.v1.4.6.7
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 c4a20da1b..69f4732a8 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.5.24" -#define CHECK_VERSION "01.04.05.24" +#define SMALL_VERSION "1.4.6.7" +#define CHECK_VERSION "01.04.06.07" #ifdef HAVE_CONFIG_H #include "../config.h" |