diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-11-09 14:18:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-11-09 14:18:47 +0300 |
commit | 1716861f0ee2f7a3714c5b44bb0f017c3d8d3b2c (patch) | |
tree | 22a5f4e9c4f436ef8e746e0a2d688de80c1597a6 /src/main.h | |
parent | 8376e3a1ed8cd3c30e038fd94c637886a37b1813 (diff) | |
download | plus-1716861f0ee2f7a3714c5b44bb0f017c3d8d3b2c.tar.gz plus-1716861f0ee2f7a3714c5b44bb0f017c3d8d3b2c.tar.bz2 plus-1716861f0ee2f7a3714c5b44bb0f017c3d8d3b2c.tar.xz plus-1716861f0ee2f7a3714c5b44bb0f017c3d8d3b2c.zip |
Change version to 1.3.11.10.v1.3.11.10
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 7f5d05ae4..7bdcd2f25 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.10.27" -#define CHECK_VERSION "01.03.10.27" +#define SMALL_VERSION "1.3.11.10" +#define CHECK_VERSION "01.03.11.10" #ifdef HAVE_CONFIG_H #include "../config.h" |