We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1758c51 commit 40a538fCopy full SHA for 40a538f
platform/mbed_version.h
@@ -43,7 +43,7 @@
43
*
44
* @note 99 is default value for development version (master branch)
45
*/
46
-#define MBED_PATCH_VERSION 3
+#define MBED_PATCH_VERSION 4
47
48
#define MBED_ENCODE_VERSION(major, minor, patch) ((major)*10000 + (minor)*100 + (patch))
49
0 commit comments