From 9a0d42cef02235278a52042dddd6dfa4461c4918 Mon Sep 17 00:00:00 2001 From: hybrid Date: Fri, 5 Apr 2013 12:03:44 +0000 Subject: [PATCH] Push trunk to 1.9 version information everywhere git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4497 dfc29bdd-3216-0410-991c-e03cc46cb475 --- include/IrrCompileConfig.h | 6 +++--- scripts/libIrrlicht1.spec | 2 +- source/Irrlicht/Irrlicht.rc | Bin 4598 -> 4598 bytes source/Irrlicht/Irrlicht10.0.vcxproj | 10 +++++----- source/Irrlicht/Irrlicht11.0.vcxproj | 10 +++++----- source/Irrlicht/Makefile | 4 ++-- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/include/IrrCompileConfig.h b/include/IrrCompileConfig.h index 00993745..2f463d6a 100644 --- a/include/IrrCompileConfig.h +++ b/include/IrrCompileConfig.h @@ -7,12 +7,12 @@ //! Irrlicht SDK Version #define IRRLICHT_VERSION_MAJOR 1 -#define IRRLICHT_VERSION_MINOR 8 +#define IRRLICHT_VERSION_MINOR 9 #define IRRLICHT_VERSION_REVISION 0 // This flag will be defined only in SVN, the official release code will have // it undefined -//#define IRRLICHT_VERSION_SVN -alpha -#define IRRLICHT_SDK_VERSION "1.8.0" +#define IRRLICHT_VERSION_SVN alpha +#define IRRLICHT_SDK_VERSION "1.9.0" #include // TODO: Although included elsewhere this is required at least for mingw diff --git a/scripts/libIrrlicht1.spec b/scripts/libIrrlicht1.spec index af5c80a2..7fae22d3 100644 --- a/scripts/libIrrlicht1.spec +++ b/scripts/libIrrlicht1.spec @@ -11,7 +11,7 @@ # norootforbuild Name: libIrrlicht1 -Version: 1.8.0 +Version: 1.9.0 Release: 0.pm.1 Summary: The Irrlicht Engine SDK License: see readme.txt diff --git a/source/Irrlicht/Irrlicht.rc b/source/Irrlicht/Irrlicht.rc index 57f8f37e60d3861c4d37f5af27a81a26fd8a0157..cb79e56ff144043268398cf84531a329e92de800 100644 GIT binary patch delta 27 hcmeyS{7rd73kRd+$tM$66HIXGE?)InZT766O{2&e!6 delta 27 hcmeyS{7rd73kRdc$tMvKkcIXGE?)InZT766Oh2&Di3 diff --git a/source/Irrlicht/Irrlicht10.0.vcxproj b/source/Irrlicht/Irrlicht10.0.vcxproj index b97e3e7f..6e88052f 100644 --- a/source/Irrlicht/Irrlicht10.0.vcxproj +++ b/source/Irrlicht/Irrlicht10.0.vcxproj @@ -342,7 +342,7 @@ ..\..\lib\Win32-visualstudio\Irrlicht.lib - 1.8 + 1.9 @@ -419,7 +419,7 @@ ..\..\lib\Win32-visualstudio\Irrlicht.lib - 1.8 + 1.9 @@ -503,7 +503,7 @@ ..\..\lib\Win32-visualstudio\Irrlicht.lib Windows - 1.8 + 1.9 @@ -790,7 +790,7 @@ ..\..\lib\Win32-visualstudio\Irrlicht.lib - 1.8 + 1.9 @@ -1555,4 +1555,4 @@ - \ No newline at end of file + diff --git a/source/Irrlicht/Irrlicht11.0.vcxproj b/source/Irrlicht/Irrlicht11.0.vcxproj index 969a9865..1b82af2c 100644 --- a/source/Irrlicht/Irrlicht11.0.vcxproj +++ b/source/Irrlicht/Irrlicht11.0.vcxproj @@ -349,7 +349,7 @@ ..\..\lib\Win32-visualstudio\Irrlicht.lib - 1.8 + 1.9 @@ -426,7 +426,7 @@ ..\..\lib\Win32-visualstudio\Irrlicht.lib - 1.8 + 1.9 @@ -510,7 +510,7 @@ ..\..\lib\Win32-visualstudio\Irrlicht.lib Windows - 1.8 + 1.9 @@ -797,7 +797,7 @@ ..\..\lib\Win32-visualstudio\Irrlicht.lib - 1.8 + 1.9 @@ -1562,4 +1562,4 @@ - \ No newline at end of file + diff --git a/source/Irrlicht/Makefile b/source/Irrlicht/Makefile index e58e26ed..e16bd7a8 100644 --- a/source/Irrlicht/Makefile +++ b/source/Irrlicht/Makefile @@ -1,7 +1,7 @@ VERSION_MAJOR = 1 -VERSION_MINOR = 8 +VERSION_MINOR = 9 VERSION_RELEASE = 0 -# Irrlicht Engine 1.8.0 +# Irrlicht Engine 1.9.0 # Makefile for Linux # # To use, just run: