From 2b65a143010cbb4413c70dbbfd2e1db3d4b5f3b2 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 23 Oct 2019 23:47:29 +0200 Subject: Windows: display prompt to upgrade Rescue Disk when installing 1.24 version since it adds functionality and it has better support for fix boot issues. --- src/Boot/Windows/BootCommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Boot') diff --git a/src/Boot/Windows/BootCommon.h b/src/Boot/Windows/BootCommon.h index 3bbd09b2..b77b8802 100644 --- a/src/Boot/Windows/BootCommon.h +++ b/src/Boot/Windows/BootCommon.h @@ -17,7 +17,7 @@ #include "BootDefs.h" // The user will be advised to upgrade the rescue disk if upgrading from the following or any previous version -#define TC_RESCUE_DISK_UPGRADE_NOTICE_MAX_VERSION 0x0122 +#define TC_RESCUE_DISK_UPGRADE_NOTICE_MAX_VERSION 0x0123 #define TC_BOOT_LOADER_AREA_SIZE (TC_BOOT_LOADER_AREA_SECTOR_COUNT * TC_SECTOR_SIZE_BIOS) -- cgit v1.2.3