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