diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-23 23:47:29 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-24 00:10:19 +0200 |
commit | 2b65a143010cbb4413c70dbbfd2e1db3d4b5f3b2 (patch) | |
tree | 90a51a457014d5ad7127f4ede5931a6322d8c4e9 /src/Boot | |
parent | 478066c6076934ef50f9cf922cfe55dd96580d12 (diff) | |
download | VeraCrypt-2b65a143010cbb4413c70dbbfd2e1db3d4b5f3b2.tar.gz VeraCrypt-2b65a143010cbb4413c70dbbfd2e1db3d4b5f3b2.zip |
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.
Diffstat (limited to 'src/Boot')
-rw-r--r-- | src/Boot/Windows/BootCommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |