aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDmitry Duka <[email protected]>2018-01-26 22:21:09 +0300
committerDmitry Duka <[email protected]>2018-01-26 22:21:09 +0300
commitcd6e497528210a60c94375f4e89c1a76726dbcdf (patch)
tree37013aa764e546b4b564ea61bf6a3e1a2df21a15 /include
parentUpdating Ansel SDK 1.5, no functional changes. Fixing startSession/stopSessio... (diff)
downloadanselsdk-cd6e497528210a60c94375f4e89c1a76726dbcdf.tar.xz
anselsdk-cd6e497528210a60c94375f4e89c1a76726dbcdf.zip
Updating Ansel SDK
Diffstat (limited to 'include')
-rw-r--r--include/ansel/Version.h4
1 files changed, 2 insertions, 2 deletions
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 )