diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-27 15:15:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-27 15:15:03 +0300 |
commit | c1f4805477a4c086dbd0f2499b4d3d5e11f2a9b6 (patch) | |
tree | 8f9e198b40811b0fe6fd20a26978b398c2760c72 /src | |
parent | e79a91b3f9964918ee99d5de33cbb8625d3e39e5 (diff) | |
download | plus-c1f4805477a4c086dbd0f2499b4d3d5e11f2a9b6.tar.gz plus-c1f4805477a4c086dbd0f2499b4d3d5e11f2a9b6.tar.bz2 plus-c1f4805477a4c086dbd0f2499b4d3d5e11f2a9b6.tar.xz plus-c1f4805477a4c086dbd0f2499b4d3d5e11f2a9b6.zip |
Change version to 1.6.2.27
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 ec0ee6598..d6af032d8 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.6.2.13" -#define CHECK_VERSION "01.06.02.13" +#define SMALL_VERSION "1.6.2.27" +#define CHECK_VERSION "01.06.02.27" #ifdef HAVE_CONFIG_H #include "../config.h" |