aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Burk <philburk@mobileer.com>2020-11-18 13:52:30 -0800
committerPhil Burk <philburk@mobileer.com>2020-11-24 09:56:10 -0800
commit016449e4d82d88608eedad6d3432a7cd43c3181c (patch)
tree9fb02bacfe70246db9442422d0bb1b9b91b90357
parent888826d9a18a977802dccb9b0c7558fb3010c682 (diff)
downloadoboe-016449e4d82d88608eedad6d3432a7cd43c3181c.tar.gz
oboe: bump version to 1.5.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 6d296721..fac42d4c 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 4
+#define OBOE_VERSION_MINOR 5
// Type: 16-bit unsigned int. Min value: 0 Max value: 65535. See below for description.
-#define OBOE_VERSION_PATCH 3
+#define OBOE_VERSION_PATCH 0
#define OBOE_STRINGIFY(x) #x
#define OBOE_TOSTRING(x) OBOE_STRINGIFY(x)