--- truecrypt/common/tcdefs.h 2018/04/24 16:41:21 1.1.1.6 +++ truecrypt/common/tcdefs.h 2018/04/24 16:42:07 1.1.1.7 @@ -6,10 +6,10 @@ release. Please see the file license.txt for full license details. */ // Version displayed to user -#define VERSION_STRING "3.0a" +#define VERSION_STRING "3.1" // Version number to compare against driver -#define VERSION_NUM 0x030a +#define VERSION_NUM 0x0310 // Version number written to volume header during format, // specifies the minimum program version required to mount the volume @@ -55,6 +55,8 @@ #define ERR_INVALID_DEVICE 37 #define ERR_ACCESS_DENIED 38 +#define ERR_DONT_REPORT 100 + #define MIN_VOLUME_SIZE 19456 #define MIN_HIDDEN_VOLUME_HOST_SIZE ( MIN_VOLUME_SIZE * 2 + HIDDEN_VOL_HEADER_OFFSET + HEADER_SIZE ) #define MAX_VOLUME_SIZE 0x7fffFFFFffffFFFFI64