Update ODK version to 18.4

[ Merge of http://go/wvgerrit/192493 ]

Bug: 311951236
Test: WVTS

Change-Id: Ia59bfacf91d812f36f7a198632f7fa3462d0b8df
This commit is contained in:
Vicky Min
2024-02-23 11:06:50 -08:00
committed by Rahul Frias
parent 38243aca4c
commit 882c80783b
3 changed files with 6 additions and 5 deletions

View File

@@ -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 18.4.
uint32_t maximum_major_version = 18;
uint32_t maximum_minor_version = 4;
// number. The default is 19.0.
uint32_t maximum_major_version = 19;
uint32_t maximum_minor_version = 0;
bool operator==(const CoreMessageFeatures &other) const;
bool operator!=(const CoreMessageFeatures &other) const {

View File

@@ -19,7 +19,7 @@ extern "C" {
#define ODK_MINOR_VERSION 0
/* ODK Version string. Date changed automatically on each release. */
#define ODK_RELEASE_DATE "ODK v19.0 2024-02-10"
#define ODK_RELEASE_DATE "ODK v19.0 2024-02-23"
/* The lowest version number for an ODK message. */
#define ODK_FIRST_VERSION 16