aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhil Burk <philburk@mobileer.com>2020-02-11 07:57:43 -0800
committerGitHub <noreply@github.com>2020-02-11 07:57:43 -0800
commit8969f1f084ac4441ee0daf4d4639014c9ad7e48d (patch)
tree0458c781b02ce73587b4d9ed37472c7ce076db7d /include
parentaa25de7d7c837fa679ca68f2937cfbe554f86ae4 (diff)
parentb40a8fe5b9985a8bd8f395014c0b26c67c096c99 (diff)
downloadoboe-8969f1f084ac4441ee0daf4d4639014c9ad7e48d.tar.gz
Merge branch 'master' into quirksize
Diffstat (limited to 'include')
-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 900d17e6..69d7f46b 100644
--- a/include/oboe/Version.h
+++ b/include/oboe/Version.h
@@ -37,7 +37,7 @@
#define OBOE_VERSION_MINOR 3
// Type: 16-bit unsigned int. Min value: 0 Max value: 65535. See below for description.
-#define OBOE_VERSION_PATCH 1
+#define OBOE_VERSION_PATCH 3
#define OBOE_STRINGIFY(x) #x
#define OBOE_TOSTRING(x) OBOE_STRINGIFY(x)