From 310af87f61779f0f1930921055f2b19921a1ef45 Mon Sep 17 00:00:00 2001 From: Fabio Utzig Date: Wed, 19 Feb 2020 08:40:16 -0300 Subject: [PATCH] Update to v1.5.0 Signed-off-by: Fabio Utzig --- README.md | 2 +- repository.yml | 2 +- scripts/imgtool/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f08cdf59..b5018cc3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [coverity]: https://scan.coverity.com/projects/mcuboot [travis]: https://travis-ci.org/JuulLabs-OSS/mcuboot -This is mcuboot version 1.5.0-rc2 +This is mcuboot version 1.5.0 MCUboot is a secure bootloader for 32-bit MCUs. The goal of MCUboot is to define a common infrastructure for the bootloader, system flash layout on diff --git a/repository.yml b/repository.yml index 173ad086..58d93047 100644 --- a/repository.yml +++ b/repository.yml @@ -27,7 +27,7 @@ repo.versions: "1.3.0": "v1.3.0" "1.3.1": "v1.3.1" "1.4.0": "v1.4.0" - "1.5.0": "v1.5.0-rc2" + "1.5.0": "v1.5.0" "0-dev": "0.0.0" # master "0-latest": "1.3.1" # latest stable release diff --git a/scripts/imgtool/__init__.py b/scripts/imgtool/__init__.py index cbf14e5d..04a1b5e4 100644 --- a/scripts/imgtool/__init__.py +++ b/scripts/imgtool/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -imgtool_version = "1.5.0rc2" +imgtool_version = "1.5.0"