diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-12-08 19:41:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-12-08 19:41:54 +0300 |
commit | 6d26efcbd7e4c60dd56a0309c624a2e6622b7886 (patch) | |
tree | c98b46982e14bce4cd3868029e802d1ac7c8fb57 /src/main.h | |
parent | 10de12ec68ad90a68994a679af9d5158185e772d (diff) | |
download | plus-6d26efcbd7e4c60dd56a0309c624a2e6622b7886.tar.gz plus-6d26efcbd7e4c60dd56a0309c624a2e6622b7886.tar.bz2 plus-6d26efcbd7e4c60dd56a0309c624a2e6622b7886.tar.xz plus-6d26efcbd7e4c60dd56a0309c624a2e6622b7886.zip |
Change version to 1.8.12.8.
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 59b34c174..8908d870d 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.8.9.1" -#define CHECK_VERSION "01.08.09.01" +#define SMALL_VERSION "1.8.12.8" +#define CHECK_VERSION "01.08.12.08" #ifdef HAVE_CONFIG_H #include "../config.h" |