Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7933


Ignore:
Timestamp:
Feb 20, 2011, 5:03:47 PM (13 years ago)
Author:
rgrieder
Message:

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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mac_osx/src/external/ois/OISPrereqs.h

    r7506 r7933  
    101101//-------------- Common Classes, Enums, and Typdef's -------------------------//
    102102#define OIS_VERSION_MAJOR 1
    103 #define OIS_VERSION_MINOR 4
     103#define OIS_VERSION_MINOR 3
    104104#define OIS_VERSION_PATCH 0
    105 #define OIS_VERSION_NAME "1.4.0"
     105#define OIS_VERSION_NAME "1.3.0"
    106106
    107107#define OIS_VERSION ((OIS_VERSION_MAJOR << 16) | (OIS_VERSION_MINOR << 8) | OIS_VERSION_PATCH)
Note: See TracChangeset for help on using the changeset viewer.