aboutsummaryrefslogtreecommitdiffstats
path: root/LibOVR/Include
diff options
context:
space:
mode:
authorBrad Davis <[email protected]>2013-10-10 23:37:45 -0700
committerBrad Davis <[email protected]>2013-10-10 23:37:45 -0700
commit881daef0cb99477da21235c8d0924de15990441b (patch)
tree26b3393d138711244b3b9ea7ae95980c76ce1d9f /LibOVR/Include
parente88dfc0fb802102d27d372457299761b39f05fb9 (diff)
parent5eb50183c96f699557f071878efb6e18df24727d (diff)
Merging in official SDK 0.2.5 changes
Diffstat (limited to 'LibOVR/Include')
-rw-r--r--LibOVR/Include/OVR.h1
-rw-r--r--LibOVR/Include/OVRVersion.h4
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