Skip to content

Commit 36734f4

Browse files
committed
Update mbed version block
Updated to 5.11.5 although this is actually an alpha release of that.
1 parent a4bb51b commit 36734f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/mbed_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
*
4545
* @note 99 is default value for development version (master branch)
4646
*/
47-
#define MBED_PATCH_VERSION 4
47+
#define MBED_PATCH_VERSION 5
4848

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

0 commit comments

Comments
 (0)