mirror of https://github.com/ARMmbed/mbed-os.git
Updated MBED versionning block for patch release
parent
da6e2e5e2a
commit
5fda5bc76b
4
mbed.h
4
mbed.h
|
@ -16,13 +16,13 @@
|
|||
#ifndef MBED_H
|
||||
#define MBED_H
|
||||
|
||||
#define MBED_LIBRARY_VERSION 152
|
||||
#define MBED_LIBRARY_VERSION 153
|
||||
|
||||
#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 1
|
||||
#define MBED_PATCH_VERSION 2
|
||||
|
||||
#else
|
||||
// mbed 2
|
||||
|
|
Loading…
Reference in New Issue