diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-05-28 17:15:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-05-28 17:15:14 +0300 |
commit | db8ea3b0d253d15d296e27c7e4926fd2852bd96a (patch) | |
tree | c8684a71a6793681e91083935fa600dc680a7250 /src/main.h | |
parent | 792c41011b27870504fcc1f9f4f1384918e0b608 (diff) | |
download | plus-db8ea3b0d253d15d296e27c7e4926fd2852bd96a.tar.gz plus-db8ea3b0d253d15d296e27c7e4926fd2852bd96a.tar.bz2 plus-db8ea3b0d253d15d296e27c7e4926fd2852bd96a.tar.xz plus-db8ea3b0d253d15d296e27c7e4926fd2852bd96a.zip |
Change version to 1.1.5.29
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 0478e4513..b93d363d4 100644 --- a/src/main.h +++ b/src/main.h @@ -91,8 +91,8 @@ //define DEBUG_ALPHA_CACHE 1 //define DEBUG_OPENGL_LEAKS 1 -#define SMALL_VERSION "1.1.5.15" -#define CHECK_VERSION "01.01.05.15" +#define SMALL_VERSION "1.1.5.29" +#define CHECK_VERSION "01.01.05.29" #define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \ |