mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Crypto: Add support for Japanese encryption standard Camellia, including for system encryption.
This commit is contained in:
@@ -16,16 +16,16 @@
|
||||
|
||||
#define TC_APP_NAME "VeraCrypt"
|
||||
|
||||
// Version displayed to user
|
||||
#define VERSION_STRING "1.17"
|
||||
// Version displayed to user
|
||||
#define VERSION_STRING "1.18-BETA9"
|
||||
|
||||
// Version number to compare against driver
|
||||
#define VERSION_NUM 0x0117
|
||||
|
||||
// Release date
|
||||
#define TC_STR_RELEASE_DATE L"February 13th, 2016"
|
||||
#define TC_STR_RELEASE_DATE L"May 29th, 2016"
|
||||
#define TC_RELEASE_DATE_YEAR 2016
|
||||
#define TC_RELEASE_DATE_MONTH 2
|
||||
#define TC_RELEASE_DATE_MONTH 5
|
||||
|
||||
#define BYTES_PER_KB 1024LL
|
||||
#define BYTES_PER_MB 1048576LL
|
||||
|
||||
Reference in New Issue
Block a user