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

Increment version to 1.24-Beta3. Update Release Notes.

This commit is contained in:
Mounir IDRASSI
2019-03-03 18:44:21 +01:00
parent f6274642f0
commit 8e39877054
58 changed files with 278 additions and 227 deletions

View File

@@ -61,15 +61,15 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#endif
// Version displayed to user
#define VERSION_STRING "1.24-Beta2"
#define VERSION_STRING "1.24-Beta3"
// Version number to compare against driver
#define VERSION_NUM 0x0124
// Release date
#define TC_STR_RELEASE_DATE L"January 31, 2019"
#define TC_STR_RELEASE_DATE L"March 3, 2019"
#define TC_RELEASE_DATE_YEAR 2019
#define TC_RELEASE_DATE_MONTH 1
#define TC_RELEASE_DATE_MONTH 3
#define BYTES_PER_KB 1024LL
#define BYTES_PER_MB 1048576LL