diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-10-29 15:44:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-10-29 15:44:21 +0300 |
commit | dbe7df424ce015248d8c58976ec381fa8b84e3de (patch) | |
tree | 92ca3a6f0293a7645441a6becdd87f7464e38bee /src | |
parent | 4480fe712df4bbe3e4d37185bd40ea266f445646 (diff) | |
download | plus-dbe7df424ce015248d8c58976ec381fa8b84e3de.tar.gz plus-dbe7df424ce015248d8c58976ec381fa8b84e3de.tar.bz2 plus-dbe7df424ce015248d8c58976ec381fa8b84e3de.tar.xz plus-dbe7df424ce015248d8c58976ec381fa8b84e3de.zip |
Change version to 1.1.10.30.
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 548c3283f..63db481a5 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.1.10.16" -#define CHECK_VERSION "01.01.10.16" +#define SMALL_VERSION "1.1.10.30" +#define CHECK_VERSION "01.01.10.30" #ifdef HAVE_CONFIG_H #include "../config.h" |