From c4e3a2353d25935b3f621ada7294208799ee7d6d Mon Sep 17 00:00:00 2001 From: David Brown Date: Tue, 16 Dec 2025 07:37:46 -0700 Subject: [PATCH] Release v2.3.0 Update version files. Signed-off-by: David Brown --- README.md | 2 +- boot/zephyr/VERSION | 2 +- docs/index.md | 2 +- repository.yml | 2 +- scripts/imgtool/__init__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1a70f61cfd..e401e6c08d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ [travis]: https://travis-ci.org/mcu-tools/mcuboot [license]: https://github.com/mcu-tools/mcuboot/blob/main/LICENSE -This is MCUboot version 2.3.0-rc2 +This is MCUboot version 2.3.0 MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a common infrastructure for the bootloader and the system flash layout on diff --git a/boot/zephyr/VERSION b/boot/zephyr/VERSION index 42f41a8898..d3e370089e 100644 --- a/boot/zephyr/VERSION +++ b/boot/zephyr/VERSION @@ -2,4 +2,4 @@ VERSION_MAJOR = 2 VERSION_MINOR = 3 PATCHLEVEL = 0 VERSION_TWEAK = 0 -EXTRAVERSION = rc2 +EXTRAVERSION = diff --git a/docs/index.md b/docs/index.md index 4b36dc389a..a33910ae7c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,7 @@ # MCUboot MCUboot is a secure bootloader for 32-bits microcontrollers. This document is -for release v2.2.0. +for release v2.3.0. Please see [Contributing](contributing.md) on how you can contribute to MCUboot. diff --git a/repository.yml b/repository.yml index 36a3b89366..700cbe38eb 100644 --- a/repository.yml +++ b/repository.yml @@ -42,7 +42,7 @@ repo.versions: "2.3.0": "v2.3.0" "0-dev": "0.0.0" # main - "0-latest": "2.2.0" # latest stable release + "0-latest": "2.3.0" # latest stable release "1-latest": "1.11.0" "2-latest": "2.3.0" diff --git a/scripts/imgtool/__init__.py b/scripts/imgtool/__init__.py index 695e0fa19a..75dabb8d55 100644 --- a/scripts/imgtool/__init__.py +++ b/scripts/imgtool/__init__.py @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -imgtool_version = "2.3.0rc2" +imgtool_version = "2.3.0"