ovr_sdk

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/LibOVR/Include/OVR_Version.h	Wed Jan 14 06:51:16 2015 +0200
     1.3 @@ -0,0 +1,35 @@
     1.4 +/************************************************************************************
     1.5 +
     1.6 +Filename    :   OVRVersion.h
     1.7 +Content     :
     1.8 +
     1.9 +Copyright   :   Copyright 2014 Oculus VR, LLC. All Rights reserved.
    1.10 +
    1.11 +Licensed under the Oculus VR Rift SDK License Version 3.2 (the "License");
    1.12 +you may not use the Oculus VR Rift SDK except in compliance with the License,
    1.13 +which is provided at the time of installation or download, or which
    1.14 +otherwise accompanies this software in either electronic or hard copy form.
    1.15 +
    1.16 +You may obtain a copy of the License at
    1.17 +
    1.18 +http://www.oculusvr.com/licenses/LICENSE-3.2
    1.19 +
    1.20 +Unless required by applicable law or agreed to in writing, the Oculus VR SDK
    1.21 +distributed under the License is distributed on an "AS IS" BASIS,
    1.22 +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    1.23 +See the License for the specific language governing permissions and
    1.24 +limitations under the License.
    1.25 +
    1.26 +*************************************************************************************/
    1.27 +
    1.28 +#ifndef _OVR_VERSION_H
    1.29 +#define _OVR_VERSION_H
    1.30 +
    1.31 +#define OVR_MAJOR_VERSION 0
    1.32 +#define OVR_MINOR_VERSION 4
    1.33 +#define OVR_BUILD_VERSION 4
    1.34 +#define OVR_VERSION_STRING "0.4.4"
    1.35 +
    1.36 +#define OVR_DK2_LATEST_FIRMWARE_MAJOR_VERSION 2
    1.37 +#define OVR_DK2_LATEST_FIRMWARE_MINOR_VERSION 12
    1.38 +#endif