diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-14 14:16:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-14 14:16:28 +0300 |
commit | 78ae06d2c7b565afe67c5032c872d68a74ea210a (patch) | |
tree | 1c6211a3b147d112f9b7d1ec2184fa8ddbfaea08 /src | |
parent | 1dfcaf6fadd820be5a23189520745e9991917632 (diff) | |
download | plus-78ae06d2c7b565afe67c5032c872d68a74ea210a.tar.gz plus-78ae06d2c7b565afe67c5032c872d68a74ea210a.tar.bz2 plus-78ae06d2c7b565afe67c5032c872d68a74ea210a.tar.xz plus-78ae06d2c7b565afe67c5032c872d68a74ea210a.zip |
Change version to 1.2.4.15v1.2.4.15
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 a628b3953..f4f82e361 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.2.4.1" -#define CHECK_VERSION "01.02.04.01" +#define SMALL_VERSION "1.2.4.15" +#define CHECK_VERSION "01.02.04.15" #ifdef HAVE_CONFIG_H #include "../config.h" |