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

Increment version to 1.24-Beta2

This commit is contained in:
Mounir IDRASSI
2019-01-28 17:12:22 +01:00
parent cdd1179c63
commit b294cc2e1c
56 changed files with 70 additions and 70 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-Beta1"
#define VERSION_STRING "1.24-Beta2"
// Version number to compare against driver
#define VERSION_NUM 0x0124
// Release date
#define TC_STR_RELEASE_DATE L"January 21, 2019"
#define TC_STR_RELEASE_DATE L"January 28, 2019"
#define TC_RELEASE_DATE_YEAR 2019
#define TC_RELEASE_DATE_MONTH 1