diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-01 14:35:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-01 14:35:54 +0300 |
commit | d5ebca96984c0b1b63f0ec249fd22dc84acfa8a5 (patch) | |
tree | 87a51607b228a7398fb166814b304b9a987303f3 /src | |
parent | 91d6fd5d1497789624ffceaa412096ef93a5dc84 (diff) | |
download | plus-d5ebca96984c0b1b63f0ec249fd22dc84acfa8a5.tar.gz plus-d5ebca96984c0b1b63f0ec249fd22dc84acfa8a5.tar.bz2 plus-d5ebca96984c0b1b63f0ec249fd22dc84acfa8a5.tar.xz plus-d5ebca96984c0b1b63f0ec249fd22dc84acfa8a5.zip |
Change version to 1.5.8.1v1.5.8.1
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 680acf5a8..799ac488e 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.7.18" -#define CHECK_VERSION "01.05.07.18" +#define SMALL_VERSION "1.5.8.1" +#define CHECK_VERSION "01.05.08.01" #ifdef HAVE_CONFIG_H #include "../config.h" |