We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66111e0 commit 987538bCopy full SHA for 987538b
include/oboe/Version.h
@@ -34,10 +34,10 @@
34
#define OBOE_VERSION_MAJOR 1
35
36
// Type: 8-bit unsigned int. Min value: 0 Max value: 255. See below for description.
37
-#define OBOE_VERSION_MINOR 7
+#define OBOE_VERSION_MINOR 8
38
39
// Type: 16-bit unsigned int. Min value: 0 Max value: 65535. See below for description.
40
-#define OBOE_VERSION_PATCH 5
+#define OBOE_VERSION_PATCH 0
41
42
#define OBOE_STRINGIFY(x) #x
43
#define OBOE_TOSTRING(x) OBOE_STRINGIFY(x)
0 commit comments