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 d0e11b8 commit 126722cCopy full SHA for 126722c
platform/mbed_version.h
@@ -29,21 +29,21 @@
29
*
30
* @note 99 is default value for development version (master branch)
31
*/
32
-#define MBED_MAJOR_VERSION 99
+#define MBED_MAJOR_VERSION 5
33
34
/** MBED_MINOR_VERSION
35
* Mbed OS minor version
36
37
38
39
-#define MBED_MINOR_VERSION 99
+#define MBED_MINOR_VERSION 9
40
41
/** MBED_PATCH_VERSION
42
* Mbed OS patch version
43
44
45
46
-#define MBED_PATCH_VERSION 99
+#define MBED_PATCH_VERSION 3
47
48
#define MBED_ENCODE_VERSION(major, minor, patch) ((major)*10000 + (minor)*100 + (patch))
49
0 commit comments