From 38b5af907e5525eff87e82cc8cb504d37dfc15fc Mon Sep 17 00:00:00 2001
From: Mounir IDRASSI
Date: Fri, 25 Oct 2019 18:20:22 +0200
Subject: Set release date of 1.24-Hotfix1 to October 25th.
---
doc/chm/VeraCrypt User Guide.chm | Bin 1971323 -> 1971325 bytes
doc/html/Release Notes.html | 2 +-
src/Common/Tcdefs.h | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm
index 09f3e6d3..ca95617f 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 80ad192b..8064a949 100644
--- a/doc/html/Release Notes.html
+++ b/doc/html/Release Notes.html
@@ -40,7 +40,7 @@
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-Hotfix1 (October 23rd, 2019):
+1.24-Hotfix1 (October 25rd, 2019):
- Windows:
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h
index 38d3f7fe..22e8b58a 100644
--- a/src/Common/Tcdefs.h
+++ b/src/Common/Tcdefs.h
@@ -67,7 +67,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define VERSION_NUM 0x0124
// Release date
-#define TC_STR_RELEASE_DATE L"October 23, 2019"
+#define TC_STR_RELEASE_DATE L"October 25, 2019"
#define TC_RELEASE_DATE_YEAR 2019
#define TC_RELEASE_DATE_MONTH 10
--
cgit v1.2.3