diff options
| author | raysan5 <[email protected]> | 2016-09-20 20:16:19 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2016-09-20 20:16:19 +0200 |
| commit | c5bf9623d155efc94325b1ecc311d66a8ee2a704 (patch) | |
| tree | 74958777dbfb6b344b10a40a9334aa834c30e24a /src/external/OculusSDK/LibOVR/Include/OVR_Version.h | |
| parent | 79c8eb543ef93fbfbc4073c6c4ea71e22e7e02c4 (diff) | |
| download | raylib-c5bf9623d155efc94325b1ecc311d66a8ee2a704.tar.gz raylib-c5bf9623d155efc94325b1ecc311d66a8ee2a704.zip | |
Updated LibOVR to SDK version 1.8
Weird, OVR_Version.h still points to 1.7, probably a typo...
Diffstat (limited to 'src/external/OculusSDK/LibOVR/Include/OVR_Version.h')
| -rw-r--r-- | src/external/OculusSDK/LibOVR/Include/OVR_Version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/external/OculusSDK/LibOVR/Include/OVR_Version.h b/src/external/OculusSDK/LibOVR/Include/OVR_Version.h index d8378304..8d213df5 100644 --- a/src/external/OculusSDK/LibOVR/Include/OVR_Version.h +++ b/src/external/OculusSDK/LibOVR/Include/OVR_Version.h @@ -19,7 +19,7 @@ // Master version numbers #define OVR_PRODUCT_VERSION 1 // Product version doesn't participate in semantic versioning. #define OVR_MAJOR_VERSION 1 // If you change these values then you need to also make sure to change LibOVR/Projects/Windows/LibOVR.props in parallel. -#define OVR_MINOR_VERSION 6 // +#define OVR_MINOR_VERSION 7 // #define OVR_PATCH_VERSION 0 #define OVR_BUILD_NUMBER 0 |
