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

Windows: Update signed Windows driver to version 1.24.25.1

This commit is contained in:
Mounir IDRASSI
2021-07-13 23:10:13 +02:00
parent c374782436
commit b9c93d7451
9 changed files with 5 additions and 5 deletions

View File

@@ -67,9 +67,9 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define VERSION_NUM 0x0124
// Release date
#define TC_STR_RELEASE_DATE L"January 1, 2021"
#define TC_STR_RELEASE_DATE L"July 14, 2021"
#define TC_RELEASE_DATE_YEAR 2021
#define TC_RELEASE_DATE_MONTH 1
#define TC_RELEASE_DATE_MONTH 7
#define BYTES_PER_KB 1024LL
#define BYTES_PER_MB 1048576LL