diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-27 12:32:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-27 12:32:47 +0300 |
commit | 31629889d81e4500f0e951dbb86cf813f2944862 (patch) | |
tree | 989d611e6311dc3544d19d9e655c8afa5f6b5c46 /src | |
parent | f7d15b6cd9428e291df0c1d4034c40d256f5f028 (diff) | |
download | plus-31629889d81e4500f0e951dbb86cf813f2944862.tar.gz plus-31629889d81e4500f0e951dbb86cf813f2944862.tar.bz2 plus-31629889d81e4500f0e951dbb86cf813f2944862.tar.xz plus-31629889d81e4500f0e951dbb86cf813f2944862.zip |
Change version to 1.3.4.28.v1.3.4.28
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 df7e59fec..dfc5e6e17 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.3.4.14" -#define CHECK_VERSION "01.03.04.14" +#define SMALL_VERSION "1.3.4.28" +#define CHECK_VERSION "01.03.04.28" #ifdef HAVE_CONFIG_H #include "../config.h" |