diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-02-18 17:28:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-02-18 17:28:44 +0300 |
commit | 950bc2e6e485c0fe2c6a418913fd4d380f6f21b6 (patch) | |
tree | eb14d052e89229523fb17d6865388bc54ec4f501 /src | |
parent | 33236f6f6de32b2d0b3aa4ca6181d6a266929f88 (diff) | |
download | plus-950bc2e6e485c0fe2c6a418913fd4d380f6f21b6.tar.gz plus-950bc2e6e485c0fe2c6a418913fd4d380f6f21b6.tar.bz2 plus-950bc2e6e485c0fe2c6a418913fd4d380f6f21b6.tar.xz plus-950bc2e6e485c0fe2c6a418913fd4d380f6f21b6.zip |
Change version to 1.2.2.19.
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 fbc672939..abc152ed3 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.2.5" -#define CHECK_VERSION "01.02.02.05" +#define SMALL_VERSION "1.2.2.19" +#define CHECK_VERSION "01.02.02.19" #ifdef HAVE_CONFIG_H #include "../config.h" |