aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Burk <philburk@mobileer.com>2022-12-14 17:17:58 -0800
committerGitHub <noreply@github.com>2022-12-14 17:17:58 -0800
commit8740d0fc321a55489dbbf6067298201b7d2e106d (patch)
tree9d934fee518a2413c3e02fa3484d41b06c251309
parentdaab3ab46ef912954499775d8ec5069eccc6922b (diff)
downloadoboe-8740d0fc321a55489dbbf6067298201b7d2e106d.tar.gz
Bump version to 1.7.0 to match Maven release (#1681)upstream/1.7.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 f46fcbad..68c3fe91 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 6
+#define OBOE_VERSION_MINOR 7
// Type: 16-bit unsigned int. Min value: 0 Max value: 65535. See below for description.
-#define OBOE_VERSION_PATCH 4
+#define OBOE_VERSION_PATCH 0
#define OBOE_STRINGIFY(x) #x
#define OBOE_TOSTRING(x) OBOE_STRINGIFY(x)