From b15f5e39c01a7ada306d959e5129620b145fb8b4 Mon Sep 17 00:00:00 2001 From: Robert Wu <85952307+robertwu1@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:50:45 -0800 Subject: [PATCH] Update Version.h to reflect prefab changes for 16kb page sizes --- include/oboe/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/oboe/Version.h b/include/oboe/Version.h index bc906d627..38150078e 100644 --- a/include/oboe/Version.h +++ b/include/oboe/Version.h @@ -37,7 +37,7 @@ #define OBOE_VERSION_MINOR 9 // Type: 16-bit unsigned int. Min value: 0 Max value: 65535. See below for description. -#define OBOE_VERSION_PATCH 2 +#define OBOE_VERSION_PATCH 3 #define OBOE_STRINGIFY(x) #x #define OBOE_TOSTRING(x) OBOE_STRINGIFY(x)