Commit 7a70e59e authored by hybrid's avatar hybrid

Change version number for code in trunk.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3405 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 88a3cc61
...@@ -7,12 +7,12 @@ ...@@ -7,12 +7,12 @@
//! Irrlicht SDK Version //! Irrlicht SDK Version
#define IRRLICHT_VERSION_MAJOR 1 #define IRRLICHT_VERSION_MAJOR 1
#define IRRLICHT_VERSION_MINOR 7 #define IRRLICHT_VERSION_MINOR 8
#define IRRLICHT_VERSION_REVISION 1 #define IRRLICHT_VERSION_REVISION 0
// This flag will be defined only in SVN, the official release code will have // This flag will be defined only in SVN, the official release code will have
// it undefined // it undefined
#define IRRLICHT_VERSION_SVN -beta #define IRRLICHT_VERSION_SVN -beta
#define IRRLICHT_SDK_VERSION "1.7.1-beta" #define IRRLICHT_SDK_VERSION "1.8.0-alpha"
#include <stdio.h> // TODO: Although included elsewhere this is required at least for mingw #include <stdio.h> // TODO: Although included elsewhere this is required at least for mingw
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment