oculus1

view libovr/Include/OVRVersion.h @ 23:0c76f70fb7e9

merged
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 28 Sep 2013 04:13:33 +0300
parents
children
line source
1 /************************************************************************************
3 Filename : OVRVersion.h
4 Content :
6 Copyright : Copyright 2012 Oculus VR, Inc. All Rights reserved.
8 Use of this software is subject to the terms of the Oculus license
9 agreement provided at the time of installation or download, or which
10 otherwise accompanies this software in either electronic or hard copy form.
12 *************************************************************************************/
14 #ifndef _OVR_VERSION_H
15 #define _OVR_VERSION_H
17 #define OVR_MAJOR_VERSION 0
18 #define OVR_MINOR_VERSION 2
19 #define OVR_BUILD_VERSION 4
20 #define OVR_VERSION_STRING "0.2.4"
22 #endif