Skip to content

Commit

Permalink
Update version files for 2.0.0
Browse files Browse the repository at this point in the history
Update documentation and version tags for final 2.0.0 release.

Signed-off-by: David Brown <[email protected]>
  • Loading branch information
d3zd3z committed Oct 20, 2023
1 parent d3819c9 commit c126d5f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 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 2.0.0-rc1
This is MCUboot version 2.0.0

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
2 changes: 1 addition & 1 deletion boot/zephyr/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ VERSION_MAJOR = 2
VERSION_MINOR = 0
PATCHLEVEL = 0
VERSION_TWEAK = 0
EXTRAVERSION = rc1
EXTRAVERSION =
1 change: 0 additions & 1 deletion docs/release-notes.d/espressif-updates.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ function `boot_save_shared_data`.
partitions.
- Serial recovery with MBEDTLS no longer has undefined operations which
led to usage faults when the secondary slot image was encrypted.
- espressif: allow the use of a different toolchain for building

## Version 1.10.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/imgtool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

imgtool_version = "2.0.0rc1"
imgtool_version = "2.0.0"

0 comments on commit c126d5f

Please sign in to comment.