diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-12 12:36:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-12 12:36:05 +0300 |
commit | 46e467c06869373ae38ec0bc04d6157096738b80 (patch) | |
tree | 9f9903938f5430a1821d60f1ae8de92c7f1da531 /src | |
parent | ad7c8303138f20c6c742c972f8d6ebe5efcaba0c (diff) | |
download | plus-46e467c06869373ae38ec0bc04d6157096738b80.tar.gz plus-46e467c06869373ae38ec0bc04d6157096738b80.tar.bz2 plus-46e467c06869373ae38ec0bc04d6157096738b80.tar.xz plus-46e467c06869373ae38ec0bc04d6157096738b80.zip |
Change version to 1.3.10.12.v1.3.10.12
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 f8e3f435b..5cbb3e7bf 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.3.9.29" -#define CHECK_VERSION "01.03.09.29" +#define SMALL_VERSION "1.3.10.12" +#define CHECK_VERSION "01.03.10.12" #ifdef HAVE_CONFIG_H #include "../config.h" |