Bump the version information to account for PBVM support.

This commit is contained in:
Marcel Moolenaar 2011-03-11 22:16:05 +00:00
parent 76dd035301
commit 6097660fbc
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ $FreeBSD$
NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
file is important. Make sure the current version number is on line 6.
3.0: Add support for PBVM.
2.2: Create direct mapping based on start address instead of mapping
first 256M.
2.1: Add support for "-dev <part>" argument parsing.

View File

@ -3,6 +3,7 @@ $FreeBSD$
NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
file is important. Make sure the current version number is on line 6.
2.0: Add support for PBVM.
1.2: Restructured. Has some user visible differences. Due to code
sharing, has been given the same version number as the EFI
loader.