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 fddc2b1 commit 5fa34b3Copy full SHA for 5fa34b3
platform/mbed_version.h
@@ -44,7 +44,7 @@
44
*
45
* @note 99 is default value for development version (master branch)
46
*/
47
-#define MBED_PATCH_VERSION 2
+#define MBED_PATCH_VERSION 4
48
49
#define MBED_ENCODE_VERSION(major, minor, patch) ((major)*10000 + (minor)*100 + (patch))
50
0 commit comments