diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-27 16:18:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-27 16:18:27 +0300 |
commit | 698efefcf2e7e51594a2870d98021c2105142708 (patch) | |
tree | 464acde654bdb502ceee7f910b92589f2d262f49 /src/main.h | |
parent | 1dfbf79ab0459b1f0cd3e5f2450596f55e19b2aa (diff) | |
download | mv-698efefcf2e7e51594a2870d98021c2105142708.tar.gz mv-698efefcf2e7e51594a2870d98021c2105142708.tar.bz2 mv-698efefcf2e7e51594a2870d98021c2105142708.tar.xz mv-698efefcf2e7e51594a2870d98021c2105142708.zip |
Change version to 1.2.10.28.v1.2.10.28
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 8c29e1097..6626db6d9 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.10.14" -#define CHECK_VERSION "01.02.10.14" +#define SMALL_VERSION "1.2.10.28" +#define CHECK_VERSION "01.02.10.28" #ifdef HAVE_CONFIG_H #include "../config.h" |