Skip to content

Commit

Permalink
Update zephyr version files for 2.0.0-rc1
Browse files Browse the repository at this point in the history
Update for the rc1 release.

Signed-off-by: David Brown <david.brown@linaro.org>
  • Loading branch information
d3zd3z committed Sep 29, 2023
1 parent 6a6de4b commit 4fe28b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[travis]: https://travis-ci.org/mcu-tools/mcuboot
[license]: https://github.com/mcu-tools/mcuboot/blob/main/LICENSE

This is MCUboot version 1.11.0-dev
This is MCUboot version 2.0.0-rc1

MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a
common infrastructure for the bootloader and the system flash layout on
Expand Down
8 changes: 4 additions & 4 deletions boot/zephyr/VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_MAJOR = 1
VERSION_MINOR = 11
PATCHLEVEL = 99
VERSION_MAJOR = 2
VERSION_MINOR = 0
PATCHLEVEL = 0
VERSION_TWEAK = 0
EXTRAVERSION = dev
EXTRAVERSION = rc1

0 comments on commit 4fe28b3

Please sign in to comment.