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 030e3e1 commit 0edaddbCopy full SHA for 0edaddb
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 5
35
36
/** MBED_MINOR_VERSION
37
* Mbed OS minor version
38
39
40
41
-#define MBED_MINOR_VERSION 99
+#define MBED_MINOR_VERSION 14
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