aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornvjingham <[email protected]>2018-11-19 00:42:54 -0800
committernvjingham <[email protected]>2018-11-19 00:42:54 -0800
commitee2be24f5db68a20046b448259885002b6b85a3a (patch)
tree6814f0147cbe66bea356559e9a0fd03a711367c9 /include
parentUpdating Ansel SDK to v1.6 (diff)
downloadanselsdk-ee2be24f5db68a20046b448259885002b6b85a3a.tar.xz
anselsdk-ee2be24f5db68a20046b448259885002b6b85a3a.zip
Updating v1.6 Release
Diffstat (limited to 'include')
-rw-r--r--include/ansel/Defines.h2
-rw-r--r--include/ansel/Version.h4
2 files changed, 4 insertions, 2 deletions
diff --git a/include/ansel/Defines.h b/include/ansel/Defines.h
index e1ad47d..2b289b2 100644
--- a/include/ansel/Defines.h
+++ b/include/ansel/Defines.h
@@ -40,3 +40,5 @@
#define ANSEL_SDK_INTERNAL_API
#define ANSEL_SDK_CLASS_API
#endif
+
+#define HIGH_QUALITY_CONTROL_ID 189237
diff --git a/include/ansel/Version.h b/include/ansel/Version.h
index a4116e1..375985a 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 485
-#define ANSEL_SDK_COMMIT_HASH 0x9c71c4dc
+#define ANSEL_SDK_BUILD_NUMBER 489
+#define ANSEL_SDK_COMMIT_HASH 0x617ed655
#define ANSEL_SDK_VERSION ( uint64_t(ANSEL_SDK_PRODUCT_VERSION_MAJOR) << 48 | uint64_t(ANSEL_SDK_PRODUCT_VERSION_MINOR) << 32 \
| ANSEL_SDK_COMMIT_HASH )