ovr_sdk

view LibOVR/Include/OVR_Version.h @ 0:1b39a1b46319

initial 0.4.4
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 14 Jan 2015 06:51:16 +0200
parents
children
line source
1 /************************************************************************************
3 Filename : OVRVersion.h
4 Content :
6 Copyright : Copyright 2014 Oculus VR, LLC. All Rights reserved.
8 Licensed under the Oculus VR Rift SDK License Version 3.2 (the "License");
9 you may not use the Oculus VR Rift SDK except in compliance with the License,
10 which is provided at the time of installation or download, or which
11 otherwise accompanies this software in either electronic or hard copy form.
13 You may obtain a copy of the License at
15 http://www.oculusvr.com/licenses/LICENSE-3.2
17 Unless required by applicable law or agreed to in writing, the Oculus VR SDK
18 distributed under the License is distributed on an "AS IS" BASIS,
19 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 See the License for the specific language governing permissions and
21 limitations under the License.
23 *************************************************************************************/
25 #ifndef _OVR_VERSION_H
26 #define _OVR_VERSION_H
28 #define OVR_MAJOR_VERSION 0
29 #define OVR_MINOR_VERSION 4
30 #define OVR_BUILD_VERSION 4
31 #define OVR_VERSION_STRING "0.4.4"
33 #define OVR_DK2_LATEST_FIRMWARE_MAJOR_VERSION 2
34 #define OVR_DK2_LATEST_FIRMWARE_MINOR_VERSION 12
35 #endif