Skip to content

Commit 6d3b3d2

Browse files
committed
Version bump for v2.4.0
Minimal changes from v2.4.0-rc1, just a version bump of a dependency in the simulator. Signed-off-by: David Brown <david.brown@linaro.org>
1 parent adeac9f commit 6d3b3d2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[travis]: https://travis-ci.org/mcu-tools/mcuboot
1919
[license]: https://github.com/mcu-tools/mcuboot/blob/main/LICENSE
2020

21-
This is MCUboot version 2.4.0-rc1
21+
This is MCUboot version 2.4.0
2222

2323
MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a
2424
common infrastructure for the bootloader and the system flash layout on

boot/zephyr/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ VERSION_MAJOR = 2
22
VERSION_MINOR = 4
33
PATCHLEVEL = 0
44
VERSION_TWEAK = 0
5-
EXTRAVERSION = rc1
5+
EXTRAVERSION =

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MCUboot
22

33
MCUboot is a secure bootloader for 32-bits microcontrollers. This document is
4-
for release v2.3.0.
4+
for release v2.4.0.
55

66
Please see [Contributing](contributing.md) on how you can contribute to MCUboot.
77

repository.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repo.versions:
4343
"2.4.0": "v2.4.0"
4444

4545
"0-dev": "0.0.0" # main
46-
"0-latest": "2.3.0" # latest stable release
46+
"0-latest": "2.4.0" # latest stable release
4747
"1-latest": "1.11.0"
4848
"2-latest": "2.4.0"
4949

0 commit comments

Comments
 (0)