Skip to content

Commit 40a538f

Browse files
committed
Update Mbed version block
1 parent 1758c51 commit 40a538f

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
@@ -43,7 +43,7 @@
4343
*
4444
* @note 99 is default value for development version (master branch)
4545
*/
46-
#define MBED_PATCH_VERSION 3
46+
#define MBED_PATCH_VERSION 4
4747

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

0 commit comments

Comments
 (0)