From ee366953fefbb6ff758e47307717f539de90342b Mon Sep 17 00:00:00 2001 From: David Brown Date: Wed, 9 Feb 2022 23:18:57 -0700 Subject: [PATCH] Update to 1.9.0-rc2 Bump the version number in the readme, and imgtool for the 1.9.0-rc2 release. Signed-off-by: David Brown --- README.md | 2 +- scripts/imgtool/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a576f97..16f52e41 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ [travis]: https://travis-ci.org/mcu-tools/mcuboot [license]: https://github.com/mcu-tools/mcuboot/blob/main/LICENSE -This is MCUboot version 1.9.0-rc1 +This is MCUboot version 1.9.0-rc2 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/scripts/imgtool/__init__.py b/scripts/imgtool/__init__.py index b7e5865a..466f3b28 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 = "1.9.0rc1" +imgtool_version = "1.9.0rc2"