diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-24 13:53:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-24 13:53:09 +0300 |
commit | 8dc9d0d75e9a843625bbf1e09091a9ce4d624932 (patch) | |
tree | 692d60fea8f637039945066048900c52df9dedd9 /src/main.h | |
parent | e08a0cfb39ba8a37ad6e5c186e3bdfae038c39bf (diff) | |
download | plus-8dc9d0d75e9a843625bbf1e09091a9ce4d624932.tar.gz plus-8dc9d0d75e9a843625bbf1e09091a9ce4d624932.tar.bz2 plus-8dc9d0d75e9a843625bbf1e09091a9ce4d624932.tar.xz plus-8dc9d0d75e9a843625bbf1e09091a9ce4d624932.zip |
Change version to 1.4.5.24.
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 1ed958eca..c4a20da1b 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.5.10" -#define CHECK_VERSION "01.04.05.10" +#define SMALL_VERSION "1.4.5.24" +#define CHECK_VERSION "01.04.05.24" #ifdef HAVE_CONFIG_H #include "../config.h" |