diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2013-06-22 18:18:39 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-11-08 23:18:34 +0100 |
commit | 46652e90467000e591dbccbc31d3748382a60630 (patch) | |
tree | fa3aeb82d80e8ec8d69494b8d802113879b4c0a6 /src/Common/Volumes.h | |
parent | 280623abdab5c845b37e228d531c9f94cff78556 (diff) | |
download | VeraCrypt-46652e90467000e591dbccbc31d3748382a60630.tar.gz VeraCrypt-46652e90467000e591dbccbc31d3748382a60630.zip |
Change the required version in volume header to the one of VeraCrypt (now 1.0)
Diffstat (limited to 'src/Common/Volumes.h')
-rw-r--r-- | src/Common/Volumes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Common/Volumes.h b/src/Common/Volumes.h index 14e9868b..0b5116fd 100644 --- a/src/Common/Volumes.h +++ b/src/Common/Volumes.h @@ -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
|