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

Update Release Notes and set date of 1.26.5 to August 15th

This commit is contained in:
Mounir IDRASSI
2023-08-15 09:48:51 +02:00
parent 462140f144
commit e47f6e900c
3 changed files with 19 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define VERSION_NUM 0x0126
// Release date
#define TC_STR_RELEASE_DATE L"August 14, 2023"
#define TC_STR_RELEASE_DATE L"August 15, 2023"
#define TC_RELEASE_DATE_YEAR 2023
#define TC_RELEASE_DATE_MONTH 07