Skip to content

Commit 08c6311

Browse files
[RPSDK-1384] update versions for release v26.03.00
Signed-off-by: Tomas Galbicka <tomas.galbicka@nxp.com>
1 parent d56d434 commit 08c6311

6 files changed

Lines changed: 9 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [v5.4.0]
99

1010
### Added
1111

@@ -270,7 +270,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
270270
- Support of static API (without dynamic allocations).
271271

272272

273-
[Unreleased]: https://github.com/nxp-mcuxpresso/rpmsg-lite/compare/v5.3.0...HEAD
273+
[Unreleased]: https://github.com/nxp-mcuxpresso/rpmsg-lite/compare/v5.4.0...HEAD
274+
[v5.4.0]: https://github.com/nxp-mcuxpresso/rpmsg-lite/compare/v5.3.0...v5.4.0
274275
[v5.3.0]: https://github.com/nxp-mcuxpresso/rpmsg-lite/compare/v5.2.1...v5.3.0
275276
[v5.2.1]: https://github.com/nxp-mcuxpresso/rpmsg-lite/compare/v5.2.0...v5.2.1
276277
[v5.2.0]: https://github.com/nxp-mcuxpresso/rpmsg-lite/compare/v5.1.4...v5.2.0

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# middleware.multicore.rpmsg-lite
88
if (CONFIG_MCUX_COMPONENT_middleware.multicore.rpmsg-lite)
9-
mcux_component_version(5.3.0)
9+
mcux_component_version(5.4.0)
1010
mcux_add_include(
1111
INCLUDES lib/include
1212
)

SBOM.spdx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
],
99
"licenseListVersion": "3.26"
1010
},
11-
"name": "rpmsg-lite-v5.3.0",
11+
"name": "rpmsg-lite-v5.4.0",
1212
"dataLicense": "CC0-1.0",
1313
"documentNamespace": "https://nxp.com/spdx/b2c943d1-4498-40e2-aa59-ae3bb085d043",
1414
"packages": [
1515
{
1616
"SPDXID": "SPDXRef-package-b2c943d1-4498-40e2-aa59-ae3bb085d043",
1717
"name": "rpmsg-lite",
18-
"versionInfo": "v5.3.0",
18+
"versionInfo": "v5.4.0",
1919
"licenseConcluded": "(BSD-3-Clause)",
2020
"licenseDeclared": "(BSD-3-Clause)",
2121
"downloadLocation": "https://github.com/nxp-mcuxpresso/rpmsg-lite",

SCR.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: mcux-sdk-rpmsg-lite
2-
Version: v5.3.0
2+
Version: v5.4.0
33
Outgoing License: BSD-3-Clause
44
License File: LICENSE
55
Format: source code

doxygen/Doxyfile.rpmsglite

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "RPMsg-Lite User's Guide"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = "Rev. v5.3.0"
51+
PROJECT_NUMBER = "Rev. v5.4.0"
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

lib/include/rpmsg_lite.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ extern "C" {
5252
* Definitions
5353
******************************************************************************/
5454

55-
#define RL_VERSION "v5.3.0" /*!< Current RPMsg Lite version */
55+
#define RL_VERSION "v5.4.0" /*!< Current RPMsg Lite version */
5656

5757
/* Shared memory "allocator" parameters */
5858
/*! @brief Word size used for alignment */

0 commit comments

Comments
 (0)