From 67c439e7e4ba795551731d187d111e9020976518 Mon Sep 17 00:00:00 2001 From: nvjingham Date: Tue, 20 Nov 2018 19:05:41 -0800 Subject: Updating v1.6 Release --- README.md | 4 ++-- docs/Ansel_integration_guide.pdf | 6 +++--- include/ansel/Version.h | 4 ++-- redist/AnselSDK32.dll | Bin 495456 -> 495456 bytes redist/AnselSDK64.dll | Bin 662368 -> 662368 bytes 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 925947e..e4c4251 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Ansel SDK ========= -* Version: 1.6.489.617ed655 -* Minimum driver version: 396.GA6 +* Version: 1.6.490.a7eda3e4 +* Minimum driver version: 417.08 To use this version of the SDK with your application the NVIDIA display driver must be of the minimum driver version listed above (or higher). On computers that have an older driver Ansel will not activate. If you want your application diff --git a/docs/Ansel_integration_guide.pdf b/docs/Ansel_integration_guide.pdf index ebc68ae..f569129 100644 --- a/docs/Ansel_integration_guide.pdf +++ b/docs/Ansel_integration_guide.pdf @@ -9122,8 +9122,8 @@ endobj 295 0 obj << /Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.18)/Keywords() -/CreationDate (D:20181118170040-08'00') -/ModDate (D:20181118170040-08'00') +/CreationDate (D:20181119191240-08'00') +/ModDate (D:20181119191240-08'00') /Trapped /False /PTEX.Fullbanner (This is MiKTeX-pdfTeX 2.9.6300 (1.40.18)) >> @@ -9430,7 +9430,7 @@ trailer << /Size 296 /Root 294 0 R /Info 295 0 R -/ID [ ] >> +/ID [<5A85AFC1F5BD6D890EFDE326BB1B965F> <5A85AFC1F5BD6D890EFDE326BB1B965F>] >> startxref 2449374 %%EOF diff --git a/include/ansel/Version.h b/include/ansel/Version.h index 375985a..1387d6d 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 489 -#define ANSEL_SDK_COMMIT_HASH 0x617ed655 +#define ANSEL_SDK_BUILD_NUMBER 490 +#define ANSEL_SDK_COMMIT_HASH 0xa7eda3e4 #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/redist/AnselSDK32.dll b/redist/AnselSDK32.dll index dfb0e0d..f2f0f70 100644 Binary files a/redist/AnselSDK32.dll and b/redist/AnselSDK32.dll differ diff --git a/redist/AnselSDK64.dll b/redist/AnselSDK64.dll index de1b11b..c03ada1 100644 Binary files a/redist/AnselSDK64.dll and b/redist/AnselSDK64.dll differ -- cgit v1.2.3