We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee500f commit 8cc0148Copy full SHA for 8cc0148
include/oboe/Version.h
@@ -32,7 +32,7 @@
32
#define OBOE_VERSION_MAJOR 1
33
34
// Type: 8-bit unsigned int. Min value: 0 Max value: 255. See below for description.
35
-#define OBOE_VERSION_MINOR 0
+#define OBOE_VERSION_MINOR 1
36
37
// Type: 16-bit unsigned int. Min value: 0 Max value: 65535. See below for description.
38
#define OBOE_VERSION_PATCH 1
0 commit comments