File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ summary: "Version **{{ RELEASE_VERSION }}** is a new release; it follows the ups
77
88version : " {{ RELEASE_VERSION }}"
99npm_subversion : 1
10+ qemu_version : " 7.1.0"
11+ qemu_short_commit : " 621da7789"
12+ qemu_long_commit : " 621da7789083b80d6f1ff1c0fb499334007b4f51"
13+ qemu_date : " 30 August 2022"
14+
1015download_url : https://github.com/xpack-dev-tools/qemu-riscv-xpack/releases/tag/v{{ RELEASE_VERSION }}/
1116
1217date : {{ RELEASE_DATE }}
@@ -124,8 +129,9 @@ with major changes.
124129
125130The current version is based on:
126131
127- - QEMU version 7.0.0, commit [ 823a3f1] ( https://github.com/xpack-dev-tools/qemu/commit/823a3f11fb8f04c3c3cc0f95f968fef1bfc6534f )
128- from Apr 19th, 2022.
132+ - QEMU version {% raw %}{{ page.qemu_version }}{% endraw %},
133+ commit [ {% raw %}{{ page.qemu_short_commit }}{% endraw %}] (https://github.com/xpack-dev-tools/qemu/commit/{% raw %}{{ page.qemu_long_commit }}{% endraw %})
134+ from {% raw %}{{ page.qemu_date }}{% endraw %}.
129135
130136## Changes
131137
You can’t perform that action at this time.
0 commit comments