Skip to content

Commit

Permalink
Update Mbed version block
Browse files Browse the repository at this point in the history
  • Loading branch information
mbedmain committed May 9, 2022
1 parent 97cb74f commit dfcb61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/mbed_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
*
* @note 99 is default value for development version (master branch)
*/
#define MBED_PATCH_VERSION 8
#define MBED_PATCH_VERSION 9

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

Expand Down

0 comments on commit dfcb61e

Please sign in to comment.