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 Sep 14, 2020
1 parent ad973f2 commit 0db72d0
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 2
#define MBED_MINOR_VERSION 3

/** 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 0db72d0

Please sign in to comment.