Fix potential signed integer overflow in ODK

PiperOrigin-RevId: 573265338
Change-Id: I33dbced572941c9646f7496e20b8d9a49bca5811
This commit is contained in:
Vicky Min
2023-10-13 11:00:43 -07:00
committed by Robert Shih
parent e0e625b3f2
commit 51c537e265
2 changed files with 8 additions and 3 deletions

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 2023-10-11"
#define ODK_RELEASE_DATE "ODK v19.0 2023-10-13"
/* The lowest version number for an ODK message. */
#define ODK_FIRST_VERSION 16