diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-04 16:59:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-04 16:59:25 +0300 |
commit | 2b910914e069595a106b0e696088084cf79de6be (patch) | |
tree | c9a6a6b104ec538b708d65c80a91cd6d533dce60 /src/main.h | |
parent | 89cbafd98d14e269bbabcd003cb81041827223ca (diff) | |
download | plus-2b910914e069595a106b0e696088084cf79de6be.tar.gz plus-2b910914e069595a106b0e696088084cf79de6be.tar.bz2 plus-2b910914e069595a106b0e696088084cf79de6be.tar.xz plus-2b910914e069595a106b0e696088084cf79de6be.zip |
Change version to 1.7.2.4.
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 15e8c3309..82d8d9b19 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.1.21" -#define CHECK_VERSION "01.07.01.21" +#define SMALL_VERSION "1.7.2.4" +#define CHECK_VERSION "01.07.02.04" #ifdef HAVE_CONFIG_H #include "../config.h" |