Skip to content

Commit a81bb9f

Browse files
authored
Update Oboe version to 1.10.0
1 parent 5e18539 commit a81bb9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/oboe/Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
#define OBOE_VERSION_MAJOR 1
3535

3636
// Type: 8-bit unsigned int. Min value: 0 Max value: 255. See below for description.
37-
#define OBOE_VERSION_MINOR 9
37+
#define OBOE_VERSION_MINOR 10
3838

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

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

0 commit comments

Comments
 (0)