diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-09 13:33:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-09 13:33:20 +0300 |
commit | d9a5e91f75d93970be8176aa56314800a417eadd (patch) | |
tree | 75014993a926f474c61296a26572667f96ff2856 /src | |
parent | 56fc367288ea95db61515b188e609e4da2fbae20 (diff) | |
download | plus-d9a5e91f75d93970be8176aa56314800a417eadd.tar.gz plus-d9a5e91f75d93970be8176aa56314800a417eadd.tar.bz2 plus-d9a5e91f75d93970be8176aa56314800a417eadd.tar.xz plus-d9a5e91f75d93970be8176aa56314800a417eadd.zip |
Change version to 1.5.5.9.v1.5.5.9
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 ac1420c4c..869aa1f84 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.5.4.25" -#define CHECK_VERSION "01.05.04.25" +#define SMALL_VERSION "1.5.5.9" +#define CHECK_VERSION "01.05.05.09" #ifdef HAVE_CONFIG_H #include "../config.h" |