diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-18 17:05:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-18 17:05:24 +0300 |
commit | 8b3be62d63cac102aa8b0d30feeb1751b64afb7a (patch) | |
tree | 31a6f6fe61fa5a66f6154e463b6126e99f824c67 /src | |
parent | ae277b20915a38db4753810da2c928375cdafba1 (diff) | |
download | plus-8b3be62d63cac102aa8b0d30feeb1751b64afb7a.tar.gz plus-8b3be62d63cac102aa8b0d30feeb1751b64afb7a.tar.bz2 plus-8b3be62d63cac102aa8b0d30feeb1751b64afb7a.tar.xz plus-8b3be62d63cac102aa8b0d30feeb1751b64afb7a.zip |
Change version to 1.7.2.18
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 82d8d9b19..cd346e0f4 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.2.4" -#define CHECK_VERSION "01.07.02.04" +#define SMALL_VERSION "1.7.2.18" +#define CHECK_VERSION "01.07.02.18" #ifdef HAVE_CONFIG_H #include "../config.h" |