Skip to content

Commit

Permalink
1.0.92 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ventoy committed Jun 23, 2023
1 parent 102b179 commit 038c053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL/grub/grub.cfg
Expand Up @@ -2395,7 +2395,7 @@ function mimg_common_menuentry {
#############################################################
#############################################################

set VENTOY_VERSION="1.0.91"
set VENTOY_VERSION="1.0.92"

#ACPI not compatible with Window7/8, so disable by default
set VTOY_PARAM_NO_ACPI=1
Expand Down
2 changes: 1 addition & 1 deletion vtoyjump/vtoyjump/vtoyjump.c
Expand Up @@ -2191,7 +2191,7 @@ static BOOL VentoyIsNeedBypass(const char *isofile, const char MntLetter)
}
else
{
Log("This is not Windows 11, not need to bypass.", Major);
Log("This is not Windows 11, not need to bypass %u.", Major);
}

End:
Expand Down

0 comments on commit 038c053

Please sign in to comment.