Skip to content

Commit

Permalink
Update Mbed version block
Browse files Browse the repository at this point in the history
  • Loading branch information
adbridge committed Jun 24, 2020
1 parent 846fbfb commit a6207ca
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 6
#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 0
#define MBED_MINOR_VERSION 1

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

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

Expand Down

0 comments on commit a6207ca

Please sign in to comment.