diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-30 12:24:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-30 12:24:38 +0300 |
commit | a175038656212737bb9b447dfb3b9a85f52d91a2 (patch) | |
tree | bee792b5c6860bd2cd5ae12a783e79227535838b /src/main.h | |
parent | 3ebfbf983f2fd22b45a89a9886306d5ed88636dd (diff) | |
download | plus-a175038656212737bb9b447dfb3b9a85f52d91a2.tar.gz plus-a175038656212737bb9b447dfb3b9a85f52d91a2.tar.bz2 plus-a175038656212737bb9b447dfb3b9a85f52d91a2.tar.xz plus-a175038656212737bb9b447dfb3b9a85f52d91a2.zip |
Change version to 1.4.8.30v1.4.8.30
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 4e06894b6..04e9cb6be 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.4.8.16" -#define CHECK_VERSION "01.04.08.16" +#define SMALL_VERSION "1.4.8.30" +#define CHECK_VERSION "01.04.08.30" #ifdef HAVE_CONFIG_H #include "../config.h" |