Skip to content

Commit 532da71

Browse files
authored
Merge pull request #3433 from ARMmbed/release-candidate
Update MBED_LIBRARY_VERSION to 131 and mbed version macros for mbed-os-5.3.0
2 parents 7b974ca + 6ba2f95 commit 532da71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mbed.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
#ifndef MBED_H
1717
#define MBED_H
1818

19-
#define MBED_LIBRARY_VERSION 123
19+
#define MBED_LIBRARY_VERSION 131
2020

2121
#if MBED_CONF_RTOS_PRESENT
2222
// RTOS present, this is valid only for mbed OS 5
2323
#define MBED_MAJOR_VERSION 5
24-
#define MBED_MINOR_VERSION 2
25-
#define MBED_PATCH_VERSION 1
24+
#define MBED_MINOR_VERSION 3
25+
#define MBED_PATCH_VERSION 0
2626

2727
#else
2828
// mbed 2

0 commit comments

Comments
 (0)