diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-09-16 18:16:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-16 18:16:32 +0300 |
commit | 4c1c26149c2e459867567b74a5fc9a0a1231f306 (patch) | |
tree | 719f25a17d3ebc71205d7dce8a38029fb38d118d /src/main.h | |
parent | 746607cea3fd8ab0eb1a5fab92a5abe0c90428b6 (diff) | |
download | plus-4c1c26149c2e459867567b74a5fc9a0a1231f306.tar.gz plus-4c1c26149c2e459867567b74a5fc9a0a1231f306.tar.bz2 plus-4c1c26149c2e459867567b74a5fc9a0a1231f306.tar.xz plus-4c1c26149c2e459867567b74a5fc9a0a1231f306.zip |
Change version to 1.7.9.16.
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 ee1bbb95e..4ce4fb242 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.9.2" -#define CHECK_VERSION "01.07.09.02" +#define SMALL_VERSION "1.7.9.16" +#define CHECK_VERSION "01.07.09.16" #ifdef HAVE_CONFIG_H #include "../config.h" |