aboutsummaryrefslogtreecommitdiffstats
path: root/LibOVR/Include/OVR_Version.h
diff options
context:
space:
mode:
Diffstat (limited to 'LibOVR/Include/OVR_Version.h')
-rw-r--r--LibOVR/Include/OVR_Version.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/LibOVR/Include/OVR_Version.h b/LibOVR/Include/OVR_Version.h
index 49dd301..2c89fd1 100644
--- a/LibOVR/Include/OVR_Version.h
+++ b/LibOVR/Include/OVR_Version.h
@@ -5,14 +5,14 @@ Content :
Copyright : Copyright 2014 Oculus VR, Inc. All Rights reserved.
-Licensed under the Oculus VR Rift SDK License Version 3.1 (the "License");
+Licensed under the Oculus VR Rift SDK License Version 3.2 (the "License");
you may not use the Oculus VR Rift SDK except in compliance with the License,
which is provided at the time of installation or download, or which
otherwise accompanies this software in either electronic or hard copy form.
You may obtain a copy of the License at
-http://www.oculusvr.com/licenses/LICENSE-3.1
+http://www.oculusvr.com/licenses/LICENSE-3.2
Unless required by applicable law or agreed to in writing, the Oculus VR SDK
distributed under the License is distributed on an "AS IS" BASIS,
@@ -27,7 +27,9 @@ limitations under the License.
#define OVR_MAJOR_VERSION 0
#define OVR_MINOR_VERSION 4
-#define OVR_BUILD_VERSION 2
-#define OVR_VERSION_STRING "0.4.2"
+#define OVR_BUILD_VERSION 3
+#define OVR_VERSION_STRING "0.4.3"
+#define OVR_DK2_LATEST_FIRMWARE_MAJOR_VERSION 2
+#define OVR_DK2_LATEST_FIRMWARE_MINOR_VERSION 12
#endif