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 c48c8a6 commit 4599726Copy full SHA for 4599726
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 5
+#define MBED_MAJOR_VERSION 5
33
34
/** MBED_MINOR_VERSION
35
* Mbed OS minor version
36
37
38
39
-#define MBED_MINOR_VERSION 10
+#define MBED_MINOR_VERSION 10
40
41
/** MBED_PATCH_VERSION
42
* Mbed OS patch version
43
44
45
46
-#define MBED_PATCH_VERSION 0
+#define MBED_PATCH_VERSION 0
47
48
#define MBED_ENCODE_VERSION(major, minor, patch) ((major)*10000 + (minor)*100 + (patch))
49
0 commit comments