Commit 9c99326b authored by David Brown's avatar David Brown Committed by David Brown
Browse files

Preps for 2.1.0 release



Update version information for 2.1.0 release.

Signed-off-by: default avatarDavid Brown <david.brown@linaro.org>
parent d4394c2f
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 2.1.0-rc1
This is MCUboot version 2.1.0

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
@@ -37,12 +37,12 @@ repo.versions:
    "1.9.0": "v1.9.0"
    "1.10.0": "v1.10.0"
    "2.0.0": "v2.0.0"
    "2.1.0": "v2.1.0-rc1"
    "2.1.0": "v2.1.0"

    "0-dev": "0.0.0"        # main
    "0-latest": "2.0.0"     # latest stable release
    "0-latest": "2.1.0"     # latest stable release
    "1-latest": "1.11.0"
    "2-latest": "2.0.0"
    "2-latest": "2.1.0"

    "1.0-latest": "1.11.0"
    "2.0-latest": "2.0.0"
    "2.0-latest": "2.1.0"
+1 −1
Original line number Diff line number Diff line
@@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

imgtool_version = "2.1.0rc1"
imgtool_version = "2.1.0"