diff options
author | Brad Davis <[email protected]> | 2013-10-10 23:31:48 -0700 |
---|---|---|
committer | Brad Davis <[email protected]> | 2013-10-10 23:31:48 -0700 |
commit | cf0441a1dc790d6fdca7400a7db7a939c2fa6000 (patch) | |
tree | edaf4e78195d789b1e3b724328951324db085324 /LibOVR/Include | |
parent | abfcde20cd83aa36e83186a0745425bcdead6144 (diff) |
Adding Linux 0.2.5 changes
Diffstat (limited to 'LibOVR/Include')
-rw-r--r-- | LibOVR/Include/OVR.h | 1 | ||||
-rw-r--r-- | LibOVR/Include/OVRVersion.h | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/LibOVR/Include/OVR.h b/LibOVR/Include/OVR.h index 0308b9f..c832338 100644 --- a/LibOVR/Include/OVR.h +++ b/LibOVR/Include/OVR.h @@ -28,7 +28,6 @@ otherwise accompanies this software in either electronic or hard copy form. #include "../Src/OVR_Profile.h" #include "../Src/Util/Util_LatencyTest.h" #include "../Src/Util/Util_Render_Stereo.h" -#include "../Src/Util/Util_MagCalibration.h" #endif diff --git a/LibOVR/Include/OVRVersion.h b/LibOVR/Include/OVRVersion.h index 453db75..a1c7ea6 100644 --- a/LibOVR/Include/OVRVersion.h +++ b/LibOVR/Include/OVRVersion.h @@ -16,7 +16,7 @@ otherwise accompanies this software in either electronic or hard copy form. #define OVR_MAJOR_VERSION 0 #define OVR_MINOR_VERSION 2 -#define OVR_BUILD_VERSION 4 -#define OVR_VERSION_STRING "0.2.4" +#define OVR_BUILD_VERSION 5 +#define OVR_VERSION_STRING "0.2.5" #endif |