From 6bda9d1b35be7aaa0e17bdf23320de633d7fb2ac Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 9 Mar 2020 12:00:45 +0100 Subject: Set release date of 1.24-Update5 and update release notes --- doc/chm/VeraCrypt User Guide.chm | Bin 1975631 -> 1977409 bytes doc/html/Release Notes.html | 7 ++++++- src/Common/Tcdefs.h | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm index f40f1156..23dc74ed 100644 Binary files a/doc/chm/VeraCrypt User Guide.chm and b/doc/chm/VeraCrypt User Guide.chm differ diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html index 3a0287a9..32e8104d 100644 --- a/doc/html/Release Notes.html +++ b/doc/html/Release Notes.html @@ -40,11 +40,16 @@ To avoid hinting whether your volumes contain a hidden volume or not, or if you depend on plausible deniability when using hidden volumes/OS, then you must recreate both the outer and hidden volumes including system encryption and hidden OS, discarding existing volumes created prior to 1.18a version of VeraCrypt.

-

1.24-Update5 (XXXXXX XXXX, 2020):

+

1.24-Update5 (March 9th, 2020):

diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index 5a02bc5c..2d6780c3 100644 --- a/src/Common/Tcdefs.h +++ b/src/Common/Tcdefs.h @@ -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"February 11, 2020" +#define TC_STR_RELEASE_DATE L"March 9, 2020" #define TC_RELEASE_DATE_YEAR 2020 -#define TC_RELEASE_DATE_MONTH 2 +#define TC_RELEASE_DATE_MONTH 3 #define BYTES_PER_KB 1024LL #define BYTES_PER_MB 1048576LL -- cgit v1.2.3