From c51f2ef92177d05426825fab11f9ba90794e0e3d Mon Sep 17 00:00:00 2001 From: Don Turner Date: Thu, 18 Jan 2018 17:42:57 +0000 Subject: [PATCH] Version bump from 0.9 to 0.10 --- include/oboe/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/oboe/Version.h b/include/oboe/Version.h index c143ebc0a..46143d5f5 100644 --- a/include/oboe/Version.h +++ b/include/oboe/Version.h @@ -32,7 +32,7 @@ #define OBOE_VERSION_MAJOR 0 // Type: 8-bit unsigned int. Min value: 0 Max value: 255. See below for description. -#define OBOE_VERSION_MINOR 9 +#define OBOE_VERSION_MINOR 10 // Type: 16-bit unsigned int. Min value: 0 Max value: 65535. See below for description. #define OBOE_VERSION_PATCH 0