Issue 1.7.2-rc1 release
Even though the changes are small, issue an rc1 so that we have some
time to do testing on this release.
Signed-off-by: David Brown <david.brown@linaro.org>
diff --git a/README.md b/README.md
index f575c0a..c2be930 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/master/LICENSE
-This is mcuboot version 1.7.2
+This is mcuboot version 1.7.2-rc1
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/docs/release-notes.md b/docs/release-notes.md
index 8a9e213..58d77a2 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -3,9 +3,9 @@
- Table of Contents
{:toc}
-## Version 1.7.2
+## Version 1.7.2-rc1
-The 1.7.2 release of MCUboot is a minor patch release. It makes a few
+The 1.7.2-rc1 release of MCUboot is a minor patch release. It makes a few
changes to the CI build process, and changes the exporting of the
function `boot_add_data_to_shared_area` so that it can be used within
the TF-M-specific bootloader.
diff --git a/repository.yml b/repository.yml
index 925ede3..f751aaa 100644
--- a/repository.yml
+++ b/repository.yml
@@ -32,10 +32,10 @@
"1.6.0": "v1.6.0"
"1.7.0": "v1.7.0"
"1.7.1": "v1.7.1"
- "1.7.2": "v1.7.2"
+ "1.7.2": "v1.7.2-rc1"
"0-dev": "0.0.0" # master
- "0-latest": "1.7.2" # latest stable release
- "1-latest": "1.7.2" # latest stable release
+ "0-latest": "1.7.1" # latest stable release
+ "1-latest": "1.7.1" # latest stable release
- "1.0-latest": "1.7.2"
+ "1.0-latest": "1.7.1"
diff --git a/scripts/imgtool/__init__.py b/scripts/imgtool/__init__.py
index 9855c37..a15e783 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.7.2"
+imgtool_version = "1.7.2rc1"