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.
2 parents ced3b1c + 782fa9b commit 165be79Copy full SHA for 165be79
platform/mbed_version.h
@@ -31,21 +31,21 @@
31
*
32
* @note 99 is default value for development version (master branch)
33
*/
34
-#define MBED_MAJOR_VERSION 99
+#define MBED_MAJOR_VERSION 6
35
36
/** MBED_MINOR_VERSION
37
* Mbed OS minor version
38
39
40
41
-#define MBED_MINOR_VERSION 99
+#define MBED_MINOR_VERSION 0
42
43
/** MBED_PATCH_VERSION
44
* Mbed OS patch version
45
46
47
48
-#define MBED_PATCH_VERSION 99
+#define MBED_PATCH_VERSION 0
49
50
#define MBED_ENCODE_VERSION(major, minor, patch) ((major)*10000 + (minor)*100 + (patch))
51
0 commit comments