Update version files for 2.0.0
Update documentation and version tags for final 2.0.0 release.
Signed-off-by: David Brown <david.brown@linaro.org>
diff --git a/README.md b/README.md
index d4a8fb6..fdb3f8a 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/boot/zephyr/VERSION b/boot/zephyr/VERSION
index c359e4c..f646e74 100644
--- a/boot/zephyr/VERSION
+++ b/boot/zephyr/VERSION
@@ -2,4 +2,4 @@
VERSION_MINOR = 0
PATCHLEVEL = 0
VERSION_TWEAK = 0
-EXTRAVERSION = rc1
+EXTRAVERSION =
diff --git a/docs/release-notes.d/espressif-updates.md b/docs/release-notes.d/espressif-updates.md
deleted file mode 100644
index 11b9182..0000000
--- a/docs/release-notes.d/espressif-updates.md
+++ /dev/null
@@ -1 +0,0 @@
-espressif: allow the use of a different toolchain for building
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 2fc96f7..45b32e6 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -64,6 +64,7 @@
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
diff --git a/scripts/imgtool/__init__.py b/scripts/imgtool/__init__.py
index 04e2fec..249e23c 100644
--- a/scripts/imgtool/__init__.py
+++ b/scripts/imgtool/__init__.py
@@ -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"