Update Mbed version block

pull/13617/head mbed-os-6.3.0
mbedmain 2020-09-14 12:09:56 +01:00
parent ad973f2f14
commit 0db72d0cf2
1 changed files with 2 additions and 2 deletions

View File

@ -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))