diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-18 16:15:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-18 19:00:36 +0300 |
commit | afb663b60d9e946ce0b23f42e033bb94a99f26a2 (patch) | |
tree | 2d4913351cbea86c4e17df1e2441c0a8b7aaa4ef /src/main.h | |
parent | 1a43c6cb293be7469708519af129adb775ae4b9d (diff) | |
download | plus-afb663b60d9e946ce0b23f42e033bb94a99f26a2.tar.gz plus-afb663b60d9e946ce0b23f42e033bb94a99f26a2.tar.bz2 plus-afb663b60d9e946ce0b23f42e033bb94a99f26a2.tar.xz plus-afb663b60d9e946ce0b23f42e033bb94a99f26a2.zip |
Change version to 1.6.6.18v1.6.6.18
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 76bca56a4..f19cc7eff 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.6.4" -#define CHECK_VERSION "01.06.06.04" +#define SMALL_VERSION "1.6.6.18" +#define CHECK_VERSION "01.06.06.18" #ifdef HAVE_CONFIG_H #include "../config.h" |