aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--docs/Ansel_integration_guide.pdfbin2176543 -> 2176543 bytes
-rw-r--r--include/ansel/Version.h4
-rw-r--r--lib/AnselSDK32.libbin12472 -> 12472 bytes
-rw-r--r--lib/AnselSDK64.libbin12434 -> 12434 bytes
-rw-r--r--redist/AnselSDK32.dllbin490000 -> 490000 bytes
-rw-r--r--redist/AnselSDK64.dllbin667664 -> 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
--- a/docs/Ansel_integration_guide.pdf
+++ b/docs/Ansel_integration_guide.pdf
Binary files 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
--- a/lib/AnselSDK32.lib
+++ b/lib/AnselSDK32.lib
Binary files differ
diff --git a/lib/AnselSDK64.lib b/lib/AnselSDK64.lib
index 0e6846f..687c55a 100644
--- a/lib/AnselSDK64.lib
+++ b/lib/AnselSDK64.lib
Binary files differ
diff --git a/redist/AnselSDK32.dll b/redist/AnselSDK32.dll
index 73b7bb6..08a6058 100644
--- a/redist/AnselSDK32.dll
+++ b/redist/AnselSDK32.dll
Binary files differ
diff --git a/redist/AnselSDK64.dll b/redist/AnselSDK64.dll
index 7c858ed..b65c6ee 100644
--- a/redist/AnselSDK64.dll
+++ b/redist/AnselSDK64.dll
Binary files differ