aboutsummaryrefslogtreecommitdiff
path: root/include/ansel/Version.h
diff options
context:
space:
mode:
authornvjingham <[email protected]>2018-11-20 19:05:41 -0800
committernvjingham <[email protected]>2018-11-20 19:05:41 -0800
commit67c439e7e4ba795551731d187d111e9020976518 (patch)
treeef2e37e291979b74c9ce00242dd1c94a91d3dc07 /include/ansel/Version.h
parentUpdating v1.6 Release (diff)
downloadanselsdk-1.6.tar.xz
anselsdk-1.6.zip
Updating v1.6 Releasev1.6.4901.6
Diffstat (limited to 'include/ansel/Version.h')
-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 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 )