From cd6e497528210a60c94375f4e89c1a76726dbcdf Mon Sep 17 00:00:00 2001 From: Dmitry Duka Date: Fri, 26 Jan 2018 22:21:09 +0300 Subject: Updating Ansel SDK --- README.md | 2 +- docs/Ansel_integration_guide.pdf | Bin 2176543 -> 2176543 bytes include/ansel/Version.h | 4 ++-- lib/AnselSDK32.lib | Bin 12472 -> 12472 bytes lib/AnselSDK64.lib | Bin 12434 -> 12434 bytes redist/AnselSDK32.dll | Bin 490000 -> 490000 bytes redist/AnselSDK64.dll | Bin 667664 -> 667664 bytes 7 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27f137d..9af82d4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Ansel SDK ========= -* Version: 1.5.396.ceef6868 +* Version: 1.5.427.6e7c9960 * Minimum driver version: 388.13 To use this version of the SDK with your application the NVIDIA display driver must be of the minimum driver version diff --git a/docs/Ansel_integration_guide.pdf b/docs/Ansel_integration_guide.pdf index ddf8234..7001500 100644 Binary files a/docs/Ansel_integration_guide.pdf and b/docs/Ansel_integration_guide.pdf differ diff --git a/include/ansel/Version.h b/include/ansel/Version.h index fd51d11..3adb627 100644 --- a/include/ansel/Version.h +++ b/include/ansel/Version.h @@ -45,8 +45,8 @@ // The BUILD_NUMBER and COMMIT_HASH are useful in uniquely identifying a build of the Ansel SDK. // Changes to the customer facing API can be tracked with these since they are automatically // updated every time a change is made. -#define ANSEL_SDK_BUILD_NUMBER 396 -#define ANSEL_SDK_COMMIT_HASH 0xceef6868 +#define ANSEL_SDK_BUILD_NUMBER 427 +#define ANSEL_SDK_COMMIT_HASH 0x6e7c9960 #define ANSEL_SDK_VERSION ( uint64_t(ANSEL_SDK_PRODUCT_VERSION_MAJOR) << 48 | uint64_t(ANSEL_SDK_PRODUCT_VERSION_MINOR) << 32 \ | ANSEL_SDK_COMMIT_HASH ) diff --git a/lib/AnselSDK32.lib b/lib/AnselSDK32.lib index 933b855..c8bf047 100644 Binary files a/lib/AnselSDK32.lib and b/lib/AnselSDK32.lib differ diff --git a/lib/AnselSDK64.lib b/lib/AnselSDK64.lib index 0e6846f..687c55a 100644 Binary files a/lib/AnselSDK64.lib and b/lib/AnselSDK64.lib differ diff --git a/redist/AnselSDK32.dll b/redist/AnselSDK32.dll index 73b7bb6..08a6058 100644 Binary files a/redist/AnselSDK32.dll and b/redist/AnselSDK32.dll differ diff --git a/redist/AnselSDK64.dll b/redist/AnselSDK64.dll index 7c858ed..b65c6ee 100644 Binary files a/redist/AnselSDK64.dll and b/redist/AnselSDK64.dll differ -- cgit v1.2.3