aboutsummaryrefslogtreecommitdiff
path: root/include/ansel/Version.h
diff options
context:
space:
mode:
authorHalldor Fannar <[email protected]>2017-04-10 23:26:54 +0000
committerHalldor Fannar <[email protected]>2017-04-10 23:26:54 +0000
commit48d3a9c5946a62f0e8eb57fb5d00fd68d6c1a8c5 (patch)
treed3f414b6f4c01df42fd56a1eaf1a51fcfb8e9c89 /include/ansel/Version.h
parentUpdating Ansel SDK to 1.3 (diff)
downloadanselsdk-48d3a9c5946a62f0e8eb57fb5d00fd68d6c1a8c5.tar.xz
anselsdk-48d3a9c5946a62f0e8eb57fb5d00fd68d6c1a8c5.zip
Updating SDK to 1.3.259.
This version has the documentation updated with the new simplified whitelisting (SDK integration is all that is needed).
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 9659db9..53cd027 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 258
-#define ANSEL_SDK_COMMIT_HASH 0xc61a3490
+#define ANSEL_SDK_BUILD_NUMBER 259
+#define ANSEL_SDK_COMMIT_HASH 0x77cec5bf
#define ANSEL_SDK_VERSION ( uint64_t(ANSEL_SDK_PRODUCT_VERSION_MAJOR) << 48 | uint64_t(ANSEL_SDK_PRODUCT_VERSION_MINOR) << 32 \
| ANSEL_SDK_COMMIT_HASH )