diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-10-14 17:31:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-10-14 17:31:14 +0300 |
commit | c6a92498aeeb449d78cdf30f5c0e442a994185fb (patch) | |
tree | 8c588aa8356af58f0c151db601580d0c8b69849b /src | |
parent | ef5eb4199e7818adaf6bdaeebf32f8efe944db9b (diff) | |
download | plus-c6a92498aeeb449d78cdf30f5c0e442a994185fb.tar.gz plus-c6a92498aeeb449d78cdf30f5c0e442a994185fb.tar.bz2 plus-c6a92498aeeb449d78cdf30f5c0e442a994185fb.tar.xz plus-c6a92498aeeb449d78cdf30f5c0e442a994185fb.zip |
Change verstion to 1.7.10.14.v1.7.10.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 733d33037..2b6d6e9e9 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.30" -#define CHECK_VERSION "01.07.09.30" +#define SMALL_VERSION "1.7.10.14" +#define CHECK_VERSION "01.07.10.14" #ifdef HAVE_CONFIG_H #include "../config.h" |