diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-07 16:14:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-07 16:20:21 +0300 |
commit | 633ae1cce17a9d5026e9812e9668a1c8f353e929 (patch) | |
tree | 0f4c4ebebf9cd1f9f47832088081d9a3a3edc6ea /src/main.h | |
parent | 39a5f47fcb9afcf0d5dc1f23e1e41b6d93a1cd75 (diff) | |
download | ManaVerse-633ae1cce17a9d5026e9812e9668a1c8f353e929.tar.gz ManaVerse-633ae1cce17a9d5026e9812e9668a1c8f353e929.tar.bz2 ManaVerse-633ae1cce17a9d5026e9812e9668a1c8f353e929.tar.xz ManaVerse-633ae1cce17a9d5026e9812e9668a1c8f353e929.zip |
Change version to 1.7.1.7v1.7.1.7
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 62cf9a7c3..9a5bf0cd1 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.6.12.24" -#define CHECK_VERSION "01.06.12.24" +#define SMALL_VERSION "1.7.1.7" +#define CHECK_VERSION "01.07.01.07" #ifdef HAVE_CONFIG_H #include "../config.h" |