Changeset 2640 for code/branches/buildsystem2/CMakeLists.txt
- Timestamp:
- Feb 8, 2009, 10:02:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/CMakeLists.txt
r2633 r2640 23 23 24 24 SET(ORXONOX_VERSION_MAJOR 0) 25 SET(ORXONOX_VERSION_MINOR 1) 26 SET(ORXONOX_VERSION_PATCH 0) 27 SET(ORXONOX_VERSION 0.1.0) 25 SET(ORXONOX_VERSION_MINOR 0) 26 SET(ORXONOX_VERSION_PATCH 3) 27 SET(ORXONOX_VERSION 0.0.3) 28 SET(ORXONOX_VERSION_NAME "Castor") 28 29 29 30 # Keep devs from using the root directory as binary directory (messes up the source tree)
Note: See TracChangeset
for help on using the changeset viewer.