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 Nov 6, 2020
1 parent e4f42d8 commit b114a9c
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 5
#define MBED_PATCH_VERSION 6

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

Expand Down

0 comments on commit b114a9c

Please sign in to comment.