diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-05 17:08:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-05 17:08:22 +0300 |
commit | b7f3981fc5ee94a6d8989a29f850ee3a3eaa7baf (patch) | |
tree | 6808ced09e70e41d3383af4830fd3574d35b7256 /src/main.h | |
parent | e141800f28512a4bed19044ef616c07c122ac923 (diff) | |
download | plus-b7f3981fc5ee94a6d8989a29f850ee3a3eaa7baf.tar.gz plus-b7f3981fc5ee94a6d8989a29f850ee3a3eaa7baf.tar.bz2 plus-b7f3981fc5ee94a6d8989a29f850ee3a3eaa7baf.tar.xz plus-b7f3981fc5ee94a6d8989a29f850ee3a3eaa7baf.zip |
Change verstion to 1.7.8.5.
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 726fa9d8f..eac95b804 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.7.22" -#define CHECK_VERSION "01.07.07.22" +#define SMALL_VERSION "1.7.8.5" +#define CHECK_VERSION "01.07.08.05" #ifdef HAVE_CONFIG_H #include "../config.h" |