aboutsummaryrefslogtreecommitdiff
path: root/include/ansel/Version.h
diff options
context:
space:
mode:
authorHalldor Fannar <[email protected]>2017-05-10 14:16:54 +0000
committerHalldor Fannar <[email protected]>2017-05-10 14:16:54 +0000
commit4dcef16c230d27a841b28d9e669cfbd903ed8e0b (patch)
tree4ccd79a3f146f6ba58d6fce2cb8291722433fc12 /include/ansel/Version.h
parentUpdating AnselSDK binaries - fixing getUserControlValue implementation (diff)
downloadanselsdk-4dcef16c230d27a841b28d9e669cfbd903ed8e0b.tar.xz
anselsdk-4dcef16c230d27a841b28d9e669cfbd903ed8e0b.zip
Updating SDK to fix documentation generation issue.
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 4445906..fd8481d 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 264
-#define ANSEL_SDK_COMMIT_HASH 0xcda18cd2
+#define ANSEL_SDK_BUILD_NUMBER 271
+#define ANSEL_SDK_COMMIT_HASH 0xe8aa77f3
#define ANSEL_SDK_VERSION ( uint64_t(ANSEL_SDK_PRODUCT_VERSION_MAJOR) << 48 | uint64_t(ANSEL_SDK_PRODUCT_VERSION_MINOR) << 32 \
| ANSEL_SDK_COMMIT_HASH )