diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-04 15:36:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-04 15:36:40 +0300 |
commit | 2101e73b794dfdcf9c2e2f4d70386e0835bf07fa (patch) | |
tree | 73637d7e866a88ce9f46ee343f1913a128fa876a /src | |
parent | 6ae88a8640726110fb03f19e96a302d8126ce94f (diff) | |
download | plus-2101e73b794dfdcf9c2e2f4d70386e0835bf07fa.tar.gz plus-2101e73b794dfdcf9c2e2f4d70386e0835bf07fa.tar.bz2 plus-2101e73b794dfdcf9c2e2f4d70386e0835bf07fa.tar.xz plus-2101e73b794dfdcf9c2e2f4d70386e0835bf07fa.zip |
Change version to 1.2.8.5.
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 535b00d32..7a4f7fd13 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.7.22" -#define CHECK_VERSION "01.02.07.22" +#define SMALL_VERSION "1.2.8.5" +#define CHECK_VERSION "01.02.08.05" #ifdef HAVE_CONFIG_H #include "../config.h" |