diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-09-02 17:52:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-02 17:52:33 +0300 |
commit | 76ef61d4c9a39c10f0e2340ded717b1a65d09b2a (patch) | |
tree | 8b0803ee329f962af518b81060c691c7116df9ea /src/main.h | |
parent | 54e406911cbd14c7c4e487ebf35b95782d3647e6 (diff) | |
download | plus-76ef61d4c9a39c10f0e2340ded717b1a65d09b2a.tar.gz plus-76ef61d4c9a39c10f0e2340ded717b1a65d09b2a.tar.bz2 plus-76ef61d4c9a39c10f0e2340ded717b1a65d09b2a.tar.xz plus-76ef61d4c9a39c10f0e2340ded717b1a65d09b2a.zip |
Change version to 1.7.9.2.
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 68d843d07..3ab575aa0 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.8.19" -#define CHECK_VERSION "01.07.08.19" +#define SMALL_VERSION "1.7.9.2" +#define CHECK_VERSION "01.07.09.02" #ifdef HAVE_CONFIG_H #include "../config.h" |