aboutsummaryrefslogtreecommitdiff
path: root/include/oboe/Version.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/oboe/Version.h')
-rw-r--r--include/oboe/Version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oboe/Version.h b/include/oboe/Version.h
index 6bcc045d..a410f0f4 100644
--- a/include/oboe/Version.h
+++ b/include/oboe/Version.h
@@ -34,10 +34,10 @@
#define OBOE_VERSION_MAJOR 1
// Type: 8-bit unsigned int. Min value: 0 Max value: 255. See below for description.
-#define OBOE_VERSION_MINOR 7
+#define OBOE_VERSION_MINOR 8
// Type: 16-bit unsigned int. Min value: 0 Max value: 65535. See below for description.
-#define OBOE_VERSION_PATCH 1
+#define OBOE_VERSION_PATCH 2
#define OBOE_STRINGIFY(x) #x
#define OBOE_TOSTRING(x) OBOE_STRINGIFY(x)