aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Wu <85952307+robertwu1@users.noreply.github.com>2023-10-12 14:46:10 -0700
committerRobert Wu <85952307+robertwu1@users.noreply.github.com>2023-10-12 14:46:10 -0700
commit987538b6ec4cb9e699b117a890e686de7a9302fa (patch)
tree48373f30b9696b55ba61011cb0065bec8412ea0b
parent66111e067c3970262f993dbc2fcfbb511399bac5 (diff)
downloadoboe-987538b6ec4cb9e699b117a890e686de7a9302fa.tar.gz
Update Oboe to version 1.8.0upstream/1.8.0
-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 4e720116..4c77a675 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 5
+#define OBOE_VERSION_PATCH 0
#define OBOE_STRINGIFY(x) #x
#define OBOE_TOSTRING(x) OBOE_STRINGIFY(x)