aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhil Burk <philburk@mobileer.com>2020-07-14 17:43:33 -0700
committerGitHub <noreply@github.com>2020-07-14 17:43:33 -0700
commit17f6e52c1e1b2743a5753f1336d27fdb0c401c5a (patch)
treed460946e59298cdad151e3f11f2d3ddb9db6c36e /include
parent82f422feb1957e4d54426484b6803fb73cbcbfb0 (diff)
downloadoboe-17f6e52c1e1b2743a5753f1336d27fdb0c401c5a.tar.gz
Bump version to 1.4.3
To reflect oboe::flowgraph namespace fix, #941
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 bdc12e4a..6d296721 100644
--- a/include/oboe/Version.h
+++ b/include/oboe/Version.h
@@ -37,7 +37,7 @@
#define OBOE_VERSION_MINOR 4
// Type: 16-bit unsigned int. Min value: 0 Max value: 65535. See below for description.
-#define OBOE_VERSION_PATCH 2
+#define OBOE_VERSION_PATCH 3
#define OBOE_STRINGIFY(x) #x
#define OBOE_TOSTRING(x) OBOE_STRINGIFY(x)