Skip to content

Commit

Permalink
Update Version.h to reflect prefab changes for 16kb page sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwu1 authored Dec 17, 2024
1 parent c77c7e3 commit b15f5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/oboe/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b15f5e3

Please sign in to comment.