diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-16 16:21:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-16 16:21:16 +0300 |
commit | 71ef8f1355524d9af8a3c8231e128cbc71365a13 (patch) | |
tree | 67c58d5ee635de272d5c89715b67ef132ce8e5d7 /src/main.h | |
parent | e34fdf228b176630df842156d1752e5807461b1d (diff) | |
download | plus-71ef8f1355524d9af8a3c8231e128cbc71365a13.tar.gz plus-71ef8f1355524d9af8a3c8231e128cbc71365a13.tar.bz2 plus-71ef8f1355524d9af8a3c8231e128cbc71365a13.tar.xz plus-71ef8f1355524d9af8a3c8231e128cbc71365a13.zip |
Change version to 1.6.1.16v1.6.1.16
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 dc483f1cf..6598f7ca0 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.6.1.2" -#define CHECK_VERSION "01.06.01.02" +#define SMALL_VERSION "1.6.1.16" +#define CHECK_VERSION "01.06.01.16" #ifdef HAVE_CONFIG_H #include "../config.h" |