[Orxonox-commit 3242] r7933 - code/branches/mac_osx/src/external/ois
rgrieder at orxonox.net
rgrieder at orxonox.net
Sun Feb 20 17:03:48 CET 2011
Author: rgrieder
Date: 2011-02-20 17:03:47 +0100 (Sun, 20 Feb 2011)
New Revision: 7933
Modified:
code/branches/mac_osx/src/external/ois/OISPrereqs.h
Log:
Using the official v1.3 branch for OIS instead of the trunk for better stability.
(Though currently there seems to be no difference at all)
Modified: code/branches/mac_osx/src/external/ois/OISPrereqs.h
===================================================================
--- code/branches/mac_osx/src/external/ois/OISPrereqs.h 2011-02-20 15:53:43 UTC (rev 7932)
+++ code/branches/mac_osx/src/external/ois/OISPrereqs.h 2011-02-20 16:03:47 UTC (rev 7933)
@@ -100,9 +100,9 @@
//-------------- Common Classes, Enums, and Typdef's -------------------------//
#define OIS_VERSION_MAJOR 1
-#define OIS_VERSION_MINOR 4
+#define OIS_VERSION_MINOR 3
#define OIS_VERSION_PATCH 0
-#define OIS_VERSION_NAME "1.4.0"
+#define OIS_VERSION_NAME "1.3.0"
#define OIS_VERSION ((OIS_VERSION_MAJOR << 16) | (OIS_VERSION_MINOR << 8) | OIS_VERSION_PATCH)
More information about the Orxonox-commit
mailing list