Update CHM documentation. Use correct date of 1.26.12 in header.

This commit is contained in:
Mounir IDRASSI 2024-07-24 14:01:07 +02:00
parent 462c10fbbd
commit 70cd0c0b1b
No known key found for this signature in database
GPG Key ID: FC1B00364B3FE937
2 changed files with 2 additions and 2 deletions

Binary file not shown.

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 23, 2024"
#define TC_STR_RELEASE_DATE L"July 12, 2024"
#define TC_RELEASE_DATE_YEAR 2024
#define TC_RELEASE_DATE_MONTH 6
#define TC_RELEASE_DATE_MONTH 7
#define BYTES_PER_KB 1024LL
#define BYTES_PER_MB 1048576LL