diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-13 16:45:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-13 16:45:59 +0300 |
commit | 578ec944483355c4254792622c77d662348b9ffe (patch) | |
tree | 7db0743877e43585aa287419296eada27b41c97c /src | |
parent | 3316efdc0cb14550dfb62edc8625384b7ee03143 (diff) | |
download | plus-578ec944483355c4254792622c77d662348b9ffe.tar.gz plus-578ec944483355c4254792622c77d662348b9ffe.tar.bz2 plus-578ec944483355c4254792622c77d662348b9ffe.tar.xz plus-578ec944483355c4254792622c77d662348b9ffe.zip |
Change version to 1.7.5.14.
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 2e84fce85..2b76b3130 100644 --- a/src/main.h +++ b/src/main.h @@ -40,8 +40,8 @@ * by the map, interleaved with the tiles in the fringe layer. */ -#define SMALL_VERSION "1.7.4.29" -#define CHECK_VERSION "01.07.04.29" +#define SMALL_VERSION "1.7.5.14" +#define CHECK_VERSION "01.07.05.14" #ifdef HAVE_CONFIG_H #include "../config.h" |