diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-26 15:07:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-26 15:07:44 +0300 |
commit | bdac554898702846d2fa6f1aaf94fbb4d2e05425 (patch) | |
tree | fc1b30d062c905483f3dcc786eaaf56fd1b2ed0c /src/main.h | |
parent | 2a3cc7e2e0bd739c0bcc8efe2024ed87f4f89379 (diff) | |
download | plus-bdac554898702846d2fa6f1aaf94fbb4d2e05425.tar.gz plus-bdac554898702846d2fa6f1aaf94fbb4d2e05425.tar.bz2 plus-bdac554898702846d2fa6f1aaf94fbb4d2e05425.tar.xz plus-bdac554898702846d2fa6f1aaf94fbb4d2e05425.zip |
Change version to 1.5.9.26.
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 eb67ac1bc..90af3932e 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.9.12" -#define CHECK_VERSION "01.05.09.12" +#define SMALL_VERSION "1.5.9.26" +#define CHECK_VERSION "01.05.09.26" #ifdef HAVE_CONFIG_H #include "../config.h" |