nuclear@1: /************************************************************************************ nuclear@1: nuclear@1: Filename : OVRVersion.h nuclear@1: Content : nuclear@1: nuclear@1: Copyright : Copyright 2012 Oculus VR, Inc. All Rights reserved. nuclear@1: nuclear@1: Use of this software is subject to the terms of the Oculus license nuclear@1: agreement provided at the time of installation or download, or which nuclear@1: otherwise accompanies this software in either electronic or hard copy form. nuclear@1: nuclear@1: *************************************************************************************/ nuclear@1: nuclear@1: #ifndef _OVR_VERSION_H nuclear@1: #define _OVR_VERSION_H nuclear@1: nuclear@1: #define OVR_MAJOR_VERSION 0 nuclear@1: #define OVR_MINOR_VERSION 2 nuclear@1: #define OVR_BUILD_VERSION 4 nuclear@1: #define OVR_VERSION_STRING "0.2.4" nuclear@1: nuclear@1: #endif