diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-04 20:11:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-04 20:11:22 +0300 |
commit | 09b15a6890601a8e5077962b1fe994ed6f9720c8 (patch) | |
tree | 3133b38660291b9b838f0188eeeed069289136b2 /src | |
parent | 7c7486ad3e61331daa3bf0e1e6f9701a4f246044 (diff) | |
download | plus-09b15a6890601a8e5077962b1fe994ed6f9720c8.tar.gz plus-09b15a6890601a8e5077962b1fe994ed6f9720c8.tar.bz2 plus-09b15a6890601a8e5077962b1fe994ed6f9720c8.tar.xz plus-09b15a6890601a8e5077962b1fe994ed6f9720c8.zip |
Change version to 1.7.3.4.v1.7.3.4
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 cd346e0f4..9be019d9c 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.18" -#define CHECK_VERSION "01.07.02.18" +#define SMALL_VERSION "1.7.3.4" +#define CHECK_VERSION "01.07.03.04" #ifdef HAVE_CONFIG_H #include "../config.h" |