aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Burk <philburk@mobileer.com>2024-02-28 08:40:08 -0800
committerGitHub <noreply@github.com>2024-02-28 08:40:08 -0800
commit16d72c89be9eb8a7d617a7be531a31dba3db74f1 (patch)
tree664680b872364507e306b17251f50d65c6757927
parent528b469f1b862dd751753f562a2773ebb0fdb759 (diff)
downloadoboe-16d72c89be9eb8a7d617a7be531a31dba3db74f1.tar.gz
Bump Oboe to v1.8.2 for isMMapEnabled fix
-rw-r--r--include/oboe/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oboe/Version.h b/include/oboe/Version.h
index 96ef82bd..a410f0f4 100644
--- a/include/oboe/Version.h
+++ b/include/oboe/Version.h
@@ -37,7 +37,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)