diff options
author | Reid <reidyaro@gmail.com> | 2011-08-24 22:42:17 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-08-24 22:42:17 +0200 |
commit | 43c19a8321bd0c4bcf36655d74e895397aff7eea (patch) | |
tree | c8f7933367ae1e757a3166a04772274896d58c9c /src/main.h | |
parent | c1ec2b921389cb5c44d9ae572ea4851891cf8bc9 (diff) | |
parent | 9505e3789cc9db6a10a68b9794a586604271b76f (diff) | |
download | manaplus-43c19a8321bd0c4bcf36655d74e895397aff7eea.tar.gz manaplus-43c19a8321bd0c4bcf36655d74e895397aff7eea.tar.bz2 manaplus-43c19a8321bd0c4bcf36655d74e895397aff7eea.tar.xz manaplus-43c19a8321bd0c4bcf36655d74e895397aff7eea.zip |
Merge branch 'master' of gitorious.org:manaplus/manaplus
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/main.h b/src/main.h index dbe9b3142..9f8bbc6ac 100644 --- a/src/main.h +++ b/src/main.h @@ -26,12 +26,6 @@ /** * \mainpage * - * \section Introduction Introduction - * - * This is the documentation for the Mana client (http://manasource.org). It is - * always a work in progress, with the intent to make it easier for new - * developers to grow familiar with the source code. - * * \section General General information * * During the game, the current Map is displayed by the main Viewport, which @@ -91,8 +85,8 @@ //define DEBUG_ALPHA_CACHE 1 //define DEBUG_OPENGL_LEAKS 1 -#define SMALL_VERSION "1.1.8.7" -#define CHECK_VERSION "01.01.08.07" +#define SMALL_VERSION "1.1.8.21" +#define CHECK_VERSION "01.01.08.21" #define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \ |