From ac55554059147fff718015be9f4bd3108123f50a Mon Sep 17 00:00:00 2001 From: David Brown Date: Thu, 17 Oct 2019 14:58:18 -0600 Subject: [PATCH] Prepare for v1.4.0 release Update release notes and various version stamps. Signed-off-by: David Brown --- README.md | 2 +- repository.yml | 2 +- scripts/imgtool/__init__.py | 2 +- version.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 94885063..65646c97 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.4.0-rc2 +This is mcuboot, version 1.4.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 0cd408d2..e7b3a9a5 100644 --- a/repository.yml +++ b/repository.yml @@ -26,7 +26,7 @@ repo.versions: "1.2.0": "v1.2.0" "1.3.0": "v1.3.0" "1.3.1": "v1.3.1" - "1.4.0": "v1.4.0-rc2" + "1.4.0": "v1.4.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 804f0d67..262d5ad7 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.4.0rc2" +imgtool_version = "1.4.0" diff --git a/version.yml b/version.yml index 13e5152b..49db1ab8 100644 --- a/version.yml +++ b/version.yml @@ -19,4 +19,4 @@ # Newt uses this file to determine the version of a checked out repo. # This should always be 0.0.0 in the master branch. -repo.version: 0.0.0 +repo.version: 1.4.0