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

Update Release Notes with latest changes.

This commit is contained in:
Mounir IDRASSI
2023-07-02 15:01:28 +02:00
parent 2a728dec88
commit fe30ebe3f3
3 changed files with 17 additions and 3 deletions

View File

@@ -73,9 +73,9 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define VERSION_NUM 0x0126
// Release date
#define TC_STR_RELEASE_DATE L"June 28, 2023"
#define TC_STR_RELEASE_DATE L"July 2, 2023"
#define TC_RELEASE_DATE_YEAR 2023
#define TC_RELEASE_DATE_MONTH 06
#define TC_RELEASE_DATE_MONTH 07
#define BYTES_PER_KB 1024LL
#define BYTES_PER_MB 1048576LL