diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-04-14 19:34:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-04-14 19:34:06 +0300 |
commit | b37c55992ed7692a89b5a22345240bf855037517 (patch) | |
tree | c7503f4428bdb4a1501d6d59d66bc7f2b23ff615 /src | |
parent | 7820d0268944116a2ebd590b85dab7f320276f3f (diff) | |
download | manaverse-b37c55992ed7692a89b5a22345240bf855037517.tar.gz manaverse-b37c55992ed7692a89b5a22345240bf855037517.tar.bz2 manaverse-b37c55992ed7692a89b5a22345240bf855037517.tar.xz manaverse-b37c55992ed7692a89b5a22345240bf855037517.zip |
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 42f84abb2..f418b8646 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.2.17" -#define CHECK_VERSION "01.08.02.17" +#define SMALL_VERSION "1.8.4.14" +#define CHECK_VERSION "01.08.04.14" #ifdef HAVE_CONFIG_H #include "../config.h" |