VeraCrypt
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2019-10-23 23:47:29 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2019-10-24 00:10:19 +0200
commit2b65a143010cbb4413c70dbbfd2e1db3d4b5f3b2 (patch)
tree90a51a457014d5ad7127f4ede5931a6322d8c4e9
parent478066c6076934ef50f9cf922cfe55dd96580d12 (diff)
downloadVeraCrypt-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.
-rw-r--r--src/Boot/Windows/BootCommon.h2
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)