Skip to content

Commit

Permalink
Update Mbed version block
Browse files Browse the repository at this point in the history
  • Loading branch information
mbedmain committed Jun 14, 2022
1 parent 4e7b032 commit 54e8693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/include/platform/mbed_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
*
* @note 99 is default value for development version (master branch)
*/
#define MBED_MINOR_VERSION 15
#define MBED_MINOR_VERSION 16

/** MBED_PATCH_VERSION
* Mbed OS patch version
*
* @note 99 is default value for development version (master branch)
*/
#define MBED_PATCH_VERSION 1
#define MBED_PATCH_VERSION 0

#define MBED_ENCODE_VERSION(major, minor, patch) ((major)*10000 + (minor)*100 + (patch))

Expand Down

0 comments on commit 54e8693

Please sign in to comment.