Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 29, 2008, 4:00:45 PM (16 years ago)
Author:
rgrieder
Message:

Reverted unintentional changes in lod branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/lod/src/util/OrxonoxPlatform.h

    r2053 r2058  
    137137}
    138138
     139//-----------------------------------------------------------------------
     140// Version Information
     141//-----------------------------------------------------------------------
     142
     143#define ORXONOX_VERSION_MAJOR 0
     144#define ORXONOX_VERSION_MINOR 1
     145#define ORXONOX_VERSION_PATCH 2
     146#define ORXONOX_VERSION_SUFFIX ""
     147#define ORXONOX_VERSION_NAME "Bellatrix"
     148
     149#define ORXONOX_VERSION ((ORXONOX_VERSION_MAJOR << 16) | (ORXONOX_VERSION_MINOR << 8) | ORXONOX_VERSION_PATCH)
    139150
    140151
Note: See TracChangeset for help on using the changeset viewer.