aboutsummaryrefslogtreecommitdiff
path: root/include/ansel/Version.h
diff options
context:
space:
mode:
authorDmitry Duka <[email protected]>2017-06-30 01:37:37 +0400
committerDmitry Duka <[email protected]>2017-06-30 01:37:37 +0400
commite388323677072a6df205c258b09f8807e2c3d22c (patch)
treebca0937469bfc7af8412959af90fad58d9989941 /include/ansel/Version.h
parentUpdating README.md (diff)
downloadanselsdk-1.4.295.tar.xz
anselsdk-1.4.295.zip
Pulling latest Ansel SDK 1.4 into masterv1.4.295
Diffstat (limited to 'include/ansel/Version.h')
-rw-r--r--include/ansel/Version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ansel/Version.h b/include/ansel/Version.h
index fd8481d..1134c58 100644
--- a/include/ansel/Version.h
+++ b/include/ansel/Version.h
@@ -38,15 +38,15 @@
// MINIMUM_DRIVER_VERSION as well. While a public driver hasn't been finalized use our internal
// release tags to identify it (like 378.GA2).
#define ANSEL_SDK_PRODUCT_VERSION_MAJOR 1
-#define ANSEL_SDK_PRODUCT_VERSION_MINOR 3
-#define ANSEL_SDK_MINIMUM_DRIVER_VERSION "381.65"
+#define ANSEL_SDK_PRODUCT_VERSION_MINOR 4
+#define ANSEL_SDK_MINIMUM_DRIVER_VERSION "384.76"
// The lines below are automatically updated by build agents. Please don't touch.
// 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 271
-#define ANSEL_SDK_COMMIT_HASH 0xe8aa77f3
+#define ANSEL_SDK_BUILD_NUMBER 295
+#define ANSEL_SDK_COMMIT_HASH 0xb92d0fac
#define ANSEL_SDK_VERSION ( uint64_t(ANSEL_SDK_PRODUCT_VERSION_MAJOR) << 48 | uint64_t(ANSEL_SDK_PRODUCT_VERSION_MINOR) << 32 \
| ANSEL_SDK_COMMIT_HASH )