Update Mbed version block

pull/8341/head
adbridge 2018-10-08 15:29:20 +01:00
parent 7b13cea74e
commit 763f0f4107
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,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))