[Orxonox-commit 3794] r8474 - code/trunk
rgrieder at orxonox.net
rgrieder at orxonox.net
Thu May 12 23:21:58 CEST 2011
Author: rgrieder
Date: 2011-05-12 23:21:57 +0200 (Thu, 12 May 2011)
New Revision: 8474
Modified:
code/trunk/CMakeLists.txt
Log:
Changed current version to 0.0.5 (I think I messed that up last time because the version should have been 0.0.5 a long time ago).
Modified: code/trunk/CMakeLists.txt
===================================================================
--- code/trunk/CMakeLists.txt 2011-05-12 21:16:21 UTC (rev 8473)
+++ code/trunk/CMakeLists.txt 2011-05-12 21:21:57 UTC (rev 8474)
@@ -52,8 +52,10 @@
# Version info
SET(ORXONOX_VERSION_MAJOR 0)
SET(ORXONOX_VERSION_MINOR 0)
-SET(ORXONOX_VERSION_PATCH 4)
-SET(ORXONOX_VERSION 0.0.4)
+SET(ORXONOX_VERSION_PATCH 5)
+SET(ORXONOX_VERSION
+ ${ORXONOX_VERSION_MAJOR}.${ORXONOX_VERSION_MINOR}.${ORXONOX_VERSION_PATCH}
+)
SET(ORXONOX_VERSION_NAME "Arcturus")
# Standard path suffixes
More information about the Orxonox-commit
mailing list