From 452dd729246e25010b318f71c40fd5e442d2ae15 Mon Sep 17 00:00:00 2001 From: David Brown Date: Thu, 28 Sep 2023 11:45:08 -0600 Subject: [PATCH] Update zephyr version files for 2.0.0-rc1 Update for the rc1 release. Signed-off-by: David Brown --- README.md | 2 +- boot/zephyr/VERSION | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5bf3f384e..d4a8fb602 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 1.11.0-dev +This is MCUboot version 2.0.0-rc1 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 465a40304..c359e4c0f 100644 --- a/boot/zephyr/VERSION +++ b/boot/zephyr/VERSION @@ -1,5 +1,5 @@ -VERSION_MAJOR = 1 -VERSION_MINOR = 11 -PATCHLEVEL = 99 +VERSION_MAJOR = 2 +VERSION_MINOR = 0 +PATCHLEVEL = 0 VERSION_TWEAK = 0 -EXTRAVERSION = dev +EXTRAVERSION = rc1