Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
Diff: mbed.h
- Revision:
- 179:b0033dcd6934
- Parent:
- 178:79309dc6340a
- Child:
- 180:96ed750bd169
diff -r 79309dc6340a -r b0033dcd6934 mbed.h --- a/mbed.h Thu Nov 23 11:57:25 2017 +0000 +++ b/mbed.h Thu Dec 07 14:01:42 2017 +0000 @@ -16,13 +16,13 @@ #ifndef MBED_H #define MBED_H -#define MBED_LIBRARY_VERSION 156 +#define MBED_LIBRARY_VERSION 157 #if MBED_CONF_RTOS_PRESENT // RTOS present, this is valid only for mbed OS 5 #define MBED_MAJOR_VERSION 5 #define MBED_MINOR_VERSION 6 -#define MBED_PATCH_VERSION 5 +#define MBED_PATCH_VERSION 6 #else // mbed 2
