Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 8, 2009, 10:02:58 PM (16 years ago)
Author:
rgrieder
Message:
  • Corrected version info
  • Bugfix: GCC 3 warning workaround was active for other compilers than GCC
  • Bugfix: Tolua bind files for debug and release configurations had the same path in MSVC. Using separate paths now to avoid reompiling when changing the configuration.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/CMakeLists.txt

    r2633 r2640  
    2323
    2424SET(ORXONOX_VERSION_MAJOR 0)
    25 SET(ORXONOX_VERSION_MINOR 1)
    26 SET(ORXONOX_VERSION_PATCH 0)
    27 SET(ORXONOX_VERSION 0.1.0)
     25SET(ORXONOX_VERSION_MINOR 0)
     26SET(ORXONOX_VERSION_PATCH 3)
     27SET(ORXONOX_VERSION 0.0.3)
     28SET(ORXONOX_VERSION_NAME "Castor")
    2829
    2930# 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.