Roll ODK version number to 19.0

PiperOrigin-RevId: 551966786
Change-Id: Ib3eb3423112a340abb25cddfdc2d6d43ad2ce6f1
This commit is contained in:
Vicky Min
2023-07-28 15:34:12 -07:00
committed by Robert Shih
parent 6c7988f8c9
commit 41942e1014
5 changed files with 14 additions and 8 deletions

View File

@@ -15,11 +15,11 @@ extern "C" {
#include "odk_target.h"
/* The version of this library. */
#define ODK_MAJOR_VERSION 18
#define ODK_MINOR_VERSION 4
#define ODK_MAJOR_VERSION 19
#define ODK_MINOR_VERSION 0
/* ODK Version string. Date changed automatically on each release. */
#define ODK_RELEASE_DATE "ODK v18.4 2023-08-03"
#define ODK_RELEASE_DATE "ODK v19.0 2023-07-28"
/* The lowest version number for an ODK message. */
#define ODK_FIRST_VERSION 16