Skip to content

Commit 9c99326

Browse files
committed
Preps for 2.1.0 release
Update version information for 2.1.0 release. Signed-off-by: David Brown <david.brown@linaro.org>
1 parent d4394c2 commit 9c99326

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[travis]: https://travis-ci.org/mcu-tools/mcuboot
1919
[license]: https://github.com/mcu-tools/mcuboot/blob/main/LICENSE
2020

21-
This is MCUboot version 2.1.0-rc1
21+
This is MCUboot version 2.1.0
2222

2323
MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a
2424
common infrastructure for the bootloader and the system flash layout on

repository.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ repo.versions:
3737
"1.9.0": "v1.9.0"
3838
"1.10.0": "v1.10.0"
3939
"2.0.0": "v2.0.0"
40-
"2.1.0": "v2.1.0-rc1"
40+
"2.1.0": "v2.1.0"
4141

4242
"0-dev": "0.0.0" # main
43-
"0-latest": "2.0.0" # latest stable release
43+
"0-latest": "2.1.0" # latest stable release
4444
"1-latest": "1.11.0"
45-
"2-latest": "2.0.0"
45+
"2-latest": "2.1.0"
4646

4747
"1.0-latest": "1.11.0"
48-
"2.0-latest": "2.0.0"
48+
"2.0-latest": "2.1.0"

scripts/imgtool/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
imgtool_version = "2.1.0rc1"
17+
imgtool_version = "2.1.0"

0 commit comments

Comments
 (0)