From 038c0533d9dfc94cfc176c84e7e63426ba3e7370 Mon Sep 17 00:00:00 2001 From: longpanda Date: Fri, 23 Jun 2023 21:29:51 +0800 Subject: [PATCH] 1.0.92 release --- INSTALL/grub/grub.cfg | 2 +- vtoyjump/vtoyjump/vtoyjump.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL/grub/grub.cfg b/INSTALL/grub/grub.cfg index 8e8a3cf2..00c67f77 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 29e1d5ea..168ff399 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: