Skip to content

Commit c610cd2

Browse files
authored
Update Version.h
1 parent f6104a6 commit c610cd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 7
40+
#define OBOE_VERSION_PATCH 8
4141

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

0 commit comments

Comments
 (0)