diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-04-06 00:14:24 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-04-06 00:22:42 +0200 |
commit | b68fec97ead269d2eb15ccafe424614535bb3632 (patch) | |
tree | 23c00776e29185cda574c7dc1f8a9191a4a1167d /src/Boot/Windows | |
parent | eefaefccc0bc144098895a413805c512befe1b82 (diff) | |
download | VeraCrypt-b68fec97ead269d2eb15ccafe424614535bb3632.tar.gz VeraCrypt-b68fec97ead269d2eb15ccafe424614535bb3632.zip |
Windows: Require upgrading rescue disk since we changed bootloader in 1.0f-2
Diffstat (limited to 'src/Boot/Windows')
-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 9c7e4da6..358d52e6 100644 --- a/src/Boot/Windows/BootCommon.h +++ b/src/Boot/Windows/BootCommon.h @@ -13,7 +13,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 0x010e
+#define TC_RESCUE_DISK_UPGRADE_NOTICE_MAX_VERSION 0x0110
#define TC_BOOT_LOADER_AREA_SIZE (TC_BOOT_LOADER_AREA_SECTOR_COUNT * TC_SECTOR_SIZE_BIOS)
|