1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Increment version to 1.21 (1.21.1)

This commit is contained in:
Mounir IDRASSI
2017-07-01 11:08:29 +02:00
parent 77fe1f7c76
commit 3c4e36ecdf
49 changed files with 71 additions and 71 deletions

View File

@@ -55,15 +55,15 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define TC_APP_NAME "VeraCrypt"
// Version displayed to user
#define VERSION_STRING "1.20"
#define VERSION_STRING "1.21"
// Version number to compare against driver
#define VERSION_NUM 0x0120
#define VERSION_NUM 0x0121
// Release date
#define TC_STR_RELEASE_DATE L"June 29, 2017"
#define TC_STR_RELEASE_DATE L"July 1, 2017"
#define TC_RELEASE_DATE_YEAR 2017
#define TC_RELEASE_DATE_MONTH 06
#define TC_RELEASE_DATE_MONTH 07
#define BYTES_PER_KB 1024LL
#define BYTES_PER_MB 1048576LL