Update ODK to 19.2
PiperOrigin-RevId: 625402563 Merged from https://widevine-internal-review.googlesource.com/196834 Change-Id: Ia5ebe3f9acd1fc8f0d43c0b5491f9d3c2f20a7a5 (cherry picked from commit a0a319c895af02cb82f67ed9a1ffc31a8e8a052a)
This commit is contained in:
committed by
Vicky Min
parent
d7eab65c8c
commit
28b6c5f5a2
@@ -26,9 +26,9 @@ struct CoreMessageFeatures {
|
||||
|
||||
// This is the published version of the ODK Core Message library. The default
|
||||
// behavior is for the server to restrict messages to at most this version
|
||||
// number. The default is 19.1.
|
||||
// number. The default is 19.2.
|
||||
uint32_t maximum_major_version = 19;
|
||||
uint32_t maximum_minor_version = 1;
|
||||
uint32_t maximum_minor_version = 2;
|
||||
|
||||
bool operator==(const CoreMessageFeatures &other) const;
|
||||
bool operator!=(const CoreMessageFeatures &other) const {
|
||||
|
||||
@@ -16,7 +16,7 @@ extern "C" {
|
||||
|
||||
/* The version of this library. */
|
||||
#define ODK_MAJOR_VERSION 19
|
||||
#define ODK_MINOR_VERSION 1
|
||||
#define ODK_MINOR_VERSION 2
|
||||
|
||||
/* ODK Version string. Date changed automatically on each release. */
|
||||
#define ODK_RELEASE_DATE "ODK v19.1 2024-03-25"
|
||||
|
||||
Reference in New Issue
Block a user