Skip to content

Commit b15f5e3

Browse files
authored
Update Version.h to reflect prefab changes for 16kb page sizes
1 parent c77c7e3 commit b15f5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/oboe/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#define OBOE_VERSION_MINOR 9
3838

3939
// Type: 16-bit unsigned int. Min value: 0 Max value: 65535. See below for description.
40-
#define OBOE_VERSION_PATCH 2
40+
#define OBOE_VERSION_PATCH 3
4141

4242
#define OBOE_STRINGIFY(x) #x
4343
#define OBOE_TOSTRING(x) OBOE_STRINGIFY(x)

0 commit comments

Comments
 (0)