Commit 4fe28b3c authored by David Brown's avatar David Brown Committed by David Brown
Browse files

Update zephyr version files for 2.0.0-rc1



Update for the rc1 release.

Signed-off-by: default avatarDavid Brown <david.brown@linaro.org>
parent 6a6de4b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+4 −4
Original line number Diff line number Diff line
VERSION_MAJOR = 1
VERSION_MINOR = 11
PATCHLEVEL = 99
VERSION_MAJOR = 2
VERSION_MINOR = 0
PATCHLEVEL = 0
VERSION_TWEAK = 0
EXTRAVERSION = dev
EXTRAVERSION = rc1