1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 03:18:26 -06:00

Change the required version in volume header to the one of VeraCrypt (now 1.0)

This commit is contained in:
Mounir IDRASSI
2013-06-22 18:18:39 +02:00
parent 280623abda
commit 46652e9046
2 changed files with 3 additions and 20 deletions

View File

@@ -21,11 +21,11 @@ extern "C" {
// Version number written to volume header during format;
// specifies the minimum program version required to mount the volume
#define TC_VOLUME_MIN_REQUIRED_PROGRAM_VERSION 0x0700
#define TC_VOLUME_MIN_REQUIRED_PROGRAM_VERSION 0x0100
// Version number written (encrypted) to the key data area of an encrypted system partition/drive;
// specifies the minimum program version required to decrypt the system partition/drive
#define TC_SYSENC_KEYSCOPE_MIN_REQ_PROG_VERSION 0x0700
#define TC_SYSENC_KEYSCOPE_MIN_REQ_PROG_VERSION 0x0100
// Current volume format version (created by TrueCrypt 6.0+)
#define TC_VOLUME_FORMAT_VERSION 2