Update Mbed version block

pull/15177/head mbed-os-6.15.1
mbedmain 2021-11-22 16:23:38 +00:00
parent 01ef431f88
commit 2eb06e7620
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
*
* @note 99 is default value for development version (master branch)
*/
#define MBED_PATCH_VERSION 0
#define MBED_PATCH_VERSION 1
#define MBED_ENCODE_VERSION(major, minor, patch) ((major)*10000 + (minor)*100 + (patch))