From: longpanda Date: Fri, 23 Jun 2023 13:29:51 +0000 (+0800) Subject: 1.0.92 release X-Git-Tag: v1.0.92 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/038c0533d9dfc94cfc176c84e7e63426ba3e7370 1.0.92 release --- diff --git a/INSTALL/grub/grub.cfg b/INSTALL/grub/grub.cfg index 8e8a3cf..00c67f7 100644 --- a/INSTALL/grub/grub.cfg +++ b/INSTALL/grub/grub.cfg @@ -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 diff --git a/vtoyjump/vtoyjump/vtoyjump.c b/vtoyjump/vtoyjump/vtoyjump.c index 29e1d5e..168ff39 100644 --- a/vtoyjump/vtoyjump/vtoyjump.c +++ b/vtoyjump/vtoyjump/vtoyjump.c @@ -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: