Skip to content

Commit 987538b

Browse files
committed
Update Oboe to version 1.8.0
1 parent 66111e0 commit 987538b

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 7
37+
#define OBOE_VERSION_MINOR 8
3838

3939
// Type: 16-bit unsigned int. Min value: 0 Max value: 65535. See below for description.
40-
#define OBOE_VERSION_PATCH 5
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)