diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-08 16:47:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-08 16:47:24 +0300 |
commit | afab977ac8f3d8ab597f2a27447669e6e85ecad7 (patch) | |
tree | 43ced638abd19f6f0348d664c879d3b964729f3e /src | |
parent | 62f77691f6437c633ea505d7e4a49bcb5a96af5b (diff) | |
download | plus-afab977ac8f3d8ab597f2a27447669e6e85ecad7.tar.gz plus-afab977ac8f3d8ab597f2a27447669e6e85ecad7.tar.bz2 plus-afab977ac8f3d8ab597f2a27447669e6e85ecad7.tar.xz plus-afab977ac8f3d8ab597f2a27447669e6e85ecad7.zip |
Change verstion to 1.7.7.8
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 b76c4a8a0..5c975f4cb 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.6.24" -#define CHECK_VERSION "01.07.06.24" +#define SMALL_VERSION "1.7.7.8" +#define CHECK_VERSION "01.07.07.08" #ifdef HAVE_CONFIG_H #include "../config.h" |