Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.0-rc2
This is MCUboot version 2.3.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 = 3
PATCHLEVEL = 0
VERSION_TWEAK = 0
EXTRAVERSION = rc2
EXTRAVERSION =
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MCUboot

MCUboot is a secure bootloader for 32-bits microcontrollers. This document is
for release v2.2.0.
for release v2.3.0.

Please see [Contributing](contributing.md) on how you can contribute to MCUboot.

Expand Down
2 changes: 1 addition & 1 deletion repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repo.versions:
"2.3.0": "v2.3.0"

"0-dev": "0.0.0" # main
"0-latest": "2.2.0" # latest stable release
"0-latest": "2.3.0" # latest stable release
"1-latest": "1.11.0"
"2-latest": "2.3.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.3.0rc2"
imgtool_version = "2.3.0"
Loading