diff options
| author | Dmitry Duka <[email protected]> | 2017-04-13 15:41:42 +0300 |
|---|---|---|
| committer | Dmitry Duka <[email protected]> | 2017-04-13 15:41:57 +0300 |
| commit | 378ae836c5776b86a143e21b37131d0235effb7b (patch) | |
| tree | 4f51b33a29635bf8549791c5e5cbf0592a7586ae | |
| parent | Merge branch '1.3' of https://github.com/NVIDIAGameWorks/AnselSDK into 1.3 (diff) | |
| download | anselsdk-1.3.264.tar.xz anselsdk-1.3.264.zip | |
Updating AnselSDK binaries - fixing getUserControlValue implementationv1.3.264
| -rw-r--r-- | include/ansel/Version.h | 4 | ||||
| -rw-r--r-- | lib/AnselSDK32.lib | bin | 9414 -> 9642 bytes | |||
| -rw-r--r-- | lib/AnselSDK64.lib | bin | 9262 -> 9486 bytes | |||
| -rw-r--r-- | redist/AnselSDK32.dll | bin | 487440 -> 487440 bytes | |||
| -rw-r--r-- | redist/AnselSDK64.dll | bin | 665616 -> 665616 bytes |
5 files changed, 2 insertions, 2 deletions
diff --git a/include/ansel/Version.h b/include/ansel/Version.h index 53cd027..4445906 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 259 -#define ANSEL_SDK_COMMIT_HASH 0x77cec5bf +#define ANSEL_SDK_BUILD_NUMBER 264 +#define ANSEL_SDK_COMMIT_HASH 0xcda18cd2 #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 Binary files differindex 8e368db..7b963ba 100644 --- a/lib/AnselSDK32.lib +++ b/lib/AnselSDK32.lib diff --git a/lib/AnselSDK64.lib b/lib/AnselSDK64.lib Binary files differindex 1236d2d..8c5fad5 100644 --- a/lib/AnselSDK64.lib +++ b/lib/AnselSDK64.lib diff --git a/redist/AnselSDK32.dll b/redist/AnselSDK32.dll Binary files differindex b92e4d7..94139eb 100644 --- a/redist/AnselSDK32.dll +++ b/redist/AnselSDK32.dll diff --git a/redist/AnselSDK64.dll b/redist/AnselSDK64.dll Binary files differindex 9303fbc..a4bc332 100644 --- a/redist/AnselSDK64.dll +++ b/redist/AnselSDK64.dll |