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 ad973f2 commit 0db72d0Copy full SHA for 0db72d0
platform/include/platform/mbed_version.h
@@ -38,14 +38,14 @@
38
*
39
* @note 99 is default value for development version (master branch)
40
*/
41
-#define MBED_MINOR_VERSION 2
+#define MBED_MINOR_VERSION 3
42
43
/** MBED_PATCH_VERSION
44
* Mbed OS patch version
45
46
47
48
-#define MBED_PATCH_VERSION 1
+#define MBED_PATCH_VERSION 0
49
50
#define MBED_ENCODE_VERSION(major, minor, patch) ((major)*10000 + (minor)*100 + (patch))
51
0 commit comments