We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e18539 commit a81bb9fCopy full SHA for a81bb9f
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 9
+#define OBOE_VERSION_MINOR 10
38
39
// Type: 16-bit unsigned int. Min value: 0 Max value: 65535. See below for description.
40
-#define OBOE_VERSION_PATCH 11
+#define OBOE_VERSION_PATCH 0
41
42
#define OBOE_STRINGIFY(x) #x
43
#define OBOE_TOSTRING(x) OBOE_STRINGIFY(x)
0 commit comments