Skip to content

Commit

Permalink
Merge pull request #13054 from ARMmbed/update_version
Browse files Browse the repository at this point in the history
Update mbed version number
  • Loading branch information
0xc0170 authored Jun 2, 2020
2 parents ced3b1c + 782fa9b commit 165be79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platform/mbed_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@
*
* @note 99 is default value for development version (master branch)
*/
#define MBED_MAJOR_VERSION 99
#define MBED_MAJOR_VERSION 6

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

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

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

Expand Down

0 comments on commit 165be79

Please sign in to comment.