diff options
| author | Dmitry Duka <[email protected]> | 2017-12-25 16:33:24 +0300 |
|---|---|---|
| committer | Dmitry Duka <[email protected]> | 2017-12-25 16:33:24 +0300 |
| commit | 5f878c94fd7b1a5d400ebc80b83821b9289ecf08 (patch) | |
| tree | 50e1b10cca5b609fb1aebf589f2a2130d366bf19 /include/ansel/Version.h | |
| parent | Addressing issue #2. Fixing Cleanup() function in the sample application. (diff) | |
| parent | Updating Ansel SDK 1.5, no functional changes. Fixing startSession/stopSessio... (diff) | |
| download | anselsdk-1.5.396.tar.xz anselsdk-1.5.396.zip | |
Merge branch 'master' into 1.5v1.5.396
Diffstat (limited to 'include/ansel/Version.h')
| -rw-r--r-- | include/ansel/Version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ansel/Version.h b/include/ansel/Version.h index 738ff05..fd51d11 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 371
-#define ANSEL_SDK_COMMIT_HASH 0x6b5f6534
+#define ANSEL_SDK_BUILD_NUMBER 396
+#define ANSEL_SDK_COMMIT_HASH 0xceef6868
#define ANSEL_SDK_VERSION ( uint64_t(ANSEL_SDK_PRODUCT_VERSION_MAJOR) << 48 | uint64_t(ANSEL_SDK_PRODUCT_VERSION_MINOR) << 32 \
| ANSEL_SDK_COMMIT_HASH )
|