Skip to content

Commit

Permalink
oboe: bump to version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philburk committed May 18, 2021
1 parent 5f6ed15 commit 05d79f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/oboe/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 5
#define OBOE_VERSION_MINOR 6

// Type: 16-bit unsigned int. Min value: 0 Max value: 65535. See below for description.
#define OBOE_VERSION_PATCH 2
#define OBOE_VERSION_PATCH 0

#define OBOE_STRINGIFY(x) #x
#define OBOE_TOSTRING(x) OBOE_STRINGIFY(x)
Expand Down

0 comments on commit 05d79f8

Please sign in to comment.