diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-19 14:28:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-19 14:28:57 +0300 |
commit | 55abd8d24149ddb41b12589422ce3f1b8043756e (patch) | |
tree | 0c8bf16339b49f840fcc6ab2a508bdf3af42eb88 /src | |
parent | 72638edd74cf2616e49600b315e12a4e0431527b (diff) | |
download | plus-55abd8d24149ddb41b12589422ce3f1b8043756e.tar.gz plus-55abd8d24149ddb41b12589422ce3f1b8043756e.tar.bz2 plus-55abd8d24149ddb41b12589422ce3f1b8043756e.tar.xz plus-55abd8d24149ddb41b12589422ce3f1b8043756e.zip |
Change version to 1.5.12.19.
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 6f71bcd84..abd831e84 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.12.5" -#define CHECK_VERSION "01.05.12.05" +#define SMALL_VERSION "1.5.12.19" +#define CHECK_VERSION "01.05.12.19" #ifdef HAVE_CONFIG_H #include "../config.h" |