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

Increment version to 1.24-Beta4 and update release notes to clarify that password length increase applies only to non-system volumes.

This commit is contained in:
Mounir IDRASSI
2019-03-08 10:37:03 +01:00
parent 76c03c23a1
commit d6ce1db2a8
58 changed files with 72 additions and 72 deletions

View File

@@ -61,13 +61,13 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#endif
// Version displayed to user
#define VERSION_STRING "1.24-Beta3"
#define VERSION_STRING "1.24-Beta4"
// Version number to compare against driver
#define VERSION_NUM 0x0124
// Release date
#define TC_STR_RELEASE_DATE L"March 3, 2019"
#define TC_STR_RELEASE_DATE L"March 7, 2019"
#define TC_RELEASE_DATE_YEAR 2019
#define TC_RELEASE_DATE_MONTH 3