diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-03-23 19:57:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-03-23 19:57:11 +0300 |
commit | 07f46bbcdeaab1947d5786819f843b90a415484c (patch) | |
tree | 6909deecada7981dcd093a72a9720f554c884a42 /src/main.h | |
parent | e2d9aadb03f2e119943aeda0aa63298f1d99d848 (diff) | |
download | manaplus-07f46bbcdeaab1947d5786819f843b90a415484c.tar.gz manaplus-07f46bbcdeaab1947d5786819f843b90a415484c.tar.bz2 manaplus-07f46bbcdeaab1947d5786819f843b90a415484c.tar.xz manaplus-07f46bbcdeaab1947d5786819f843b90a415484c.zip |
Change version to 1.9.3.23
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 23cdcecef..7606c27f6 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.12.8" -#define CHECK_VERSION "01.08.12.08" +#define SMALL_VERSION "1.9.3.23" +#define CHECK_VERSION "01.09.03.23" #ifdef HAVE_CONFIG_H #include "../config.h" |