diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-09 15:47:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-09 15:47:22 +0300 |
commit | b2c1c301b1e39fbbbb5bde3d4d55d14a9873b51f (patch) | |
tree | 38ee03f4a7d30bb679fe9555169f5bd2868d4473 /src/main.h | |
parent | dda4f45bc9904c0919425c27644860a4a5b4f728 (diff) | |
download | plus-b2c1c301b1e39fbbbb5bde3d4d55d14a9873b51f.tar.gz plus-b2c1c301b1e39fbbbb5bde3d4d55d14a9873b51f.tar.bz2 plus-b2c1c301b1e39fbbbb5bde3d4d55d14a9873b51f.tar.xz plus-b2c1c301b1e39fbbbb5bde3d4d55d14a9873b51f.zip |
Change version to 1.2.6.10v1.2.6.10
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 6cdfd88c8..ffad96d38 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.5.27" -#define CHECK_VERSION "01.02.05.27" +#define SMALL_VERSION "1.2.6.10" +#define CHECK_VERSION "01.02.06.10" #ifdef HAVE_CONFIG_H #include "../config.h" |