Skip to content

Commit

Permalink
[release] Release version 2.7.3
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <[email protected]>
  • Loading branch information
mcb30 committed Apr 30, 2021
1 parent c4e023d commit fc3ee1e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Changelog

## [Unreleased]

## [v2.7.3] 2021-04-30

- Fix extraction of embedded `bootmgr.exe` from Windows 10 versions of
`bootmgr`.

Expand Down Expand Up @@ -210,6 +212,7 @@ Changelog


[unreleased]: https://github.com/ipxe/wimboot/commits
[v2.7.3]: https://github.com/ipxe/wimboot/releases/tag/v2.7.3
[v2.7.2]: https://github.com/ipxe/wimboot/releases/tag/v2.7.2
[v2.7.1]: https://github.com/ipxe/wimboot/releases/tag/v2.7.1
[v2.6.0]: https://github.com/ipxe/wimboot/releases/tag/v2.6.0
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := v2.7.2
VERSION := v2.7.3

OBJECTS := prefix.o startup.o callback.o main.o vsprintf.o string.o peloader.o
OBJECTS += int13.o vdisk.o cpio.o stdio.o lznt1.o xca.o die.o efi.o efimain.o
Expand Down
Binary file modified src/wimboot.i386
Binary file not shown.
Binary file modified src/wimboot.x86_64
Binary file not shown.
Binary file modified wimboot
Binary file not shown.

0 comments on commit fc3ee1e

Please sign in to comment.