Skip to content

Commit 60d991b

Browse files
committed
[release] Release version 2.7.1
Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
1 parent 1f974a4 commit 60d991b

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Changelog
33

44
## [Unreleased]
55

6-
## [v2.7.0] 2021-02-11
6+
## [v2.7.1] 2021-02-11
77

88
- Extract `BCD`, `boot.sdi`, and standard boot font files
99
automatically from the `.wim` image.
@@ -197,7 +197,7 @@ Changelog
197197

198198

199199
[unreleased]: https://github.com/ipxe/wimboot/commits
200-
[v2.7.0]: https://github.com/ipxe/wimboot/releases/tag/v2.7.0
200+
[v2.7.1]: https://github.com/ipxe/wimboot/releases/tag/v2.7.1
201201
[v2.6.0]: https://github.com/ipxe/wimboot/releases/tag/v2.6.0
202202
[v2.5.2]: https://github.com/ipxe/wimboot/releases/tag/v2.5.2
203203
[v2.5.1]: https://github.com/ipxe/wimboot/releases/tag/v2.5.1

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := v2.7.0
1+
VERSION := v2.7.1
22

33
OBJECTS := prefix.o startup.o callback.o main.o vsprintf.o string.o peloader.o
44
OBJECTS += int13.o vdisk.o cpio.o stdio.o lznt1.o xca.o die.o efi.o efimain.o

src/wimboot.i386

32 Bytes
Binary file not shown.

src/wimboot.x86_64

32 Bytes
Binary file not shown.

wimboot

32 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)