Skip to content

Commit 4aa516e

Browse files
committed
Bump versions for v1.7.2
File version updates for v1.7.2 release. Signed-off-by: David Brown <[email protected]>
1 parent cd4ab87 commit 4aa516e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[travis]: https://travis-ci.org/mcu-tools/mcuboot
1717
[license]: https://github.com/mcu-tools/mcuboot/blob/master/LICENSE
1818

19-
This is mcuboot version 1.7.2-rc2
19+
This is mcuboot version 1.7.2
2020

2121
MCUboot is a secure bootloader for 32-bit MCUs. The goal of MCUboot is to
2222
define a common infrastructure for the bootloader, system flash layout on

docs/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
- Table of Contents
44
{:toc}
55

6-
## Version 1.7.2-rc2
6+
## Version 1.7.2
77

8-
The 1.7.2-rc1 release of MCUboot is a minor patch release. It makes a few
8+
The 1.7.2 release of MCUboot is a minor patch release. It makes a few
99
changes to the CI build process, and changes the exporting of the
1010
function `boot_add_data_to_shared_area` so that it can be used within
1111
the TF-M-specific bootloader.

repository.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ repo.versions:
3232
"1.6.0": "v1.6.0"
3333
"1.7.0": "v1.7.0"
3434
"1.7.1": "v1.7.1"
35-
"1.7.2": "v1.7.2-rc2"
35+
"1.7.2": "v1.7.2"
3636

3737
"0-dev": "0.0.0" # master
38-
"0-latest": "1.7.1" # latest stable release
39-
"1-latest": "1.7.1" # latest stable release
38+
"0-latest": "1.7.2" # latest stable release
39+
"1-latest": "1.7.2" # latest stable release
4040

41-
"1.0-latest": "1.7.1"
41+
"1.0-latest": "1.7.2"

scripts/imgtool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
imgtool_version = "1.7.2rc2"
15+
imgtool_version = "1.7.2"

0 commit comments

Comments
 (0)