diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-25 18:20:22 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-25 18:25:44 +0200 |
commit | 38b5af907e5525eff87e82cc8cb504d37dfc15fc (patch) | |
tree | 1ebe07f57b99bf027d9e3c01a80b2df714ca4185 | |
parent | 28fc65e47992a068a73f3b6332ba9c82e4716bc8 (diff) | |
download | VeraCrypt-38b5af907e5525eff87e82cc8cb504d37dfc15fc.tar.gz VeraCrypt-38b5af907e5525eff87e82cc8cb504d37dfc15fc.zip |
Set release date of 1.24-Hotfix1 to October 25th.
-rw-r--r-- | doc/chm/VeraCrypt User Guide.chm | bin | 1971323 -> 1971325 bytes | |||
-rw-r--r-- | doc/html/Release Notes.html | 2 | ||||
-rw-r--r-- | 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 Binary files differindex 09f3e6d3..ca95617f 100644 --- a/doc/chm/VeraCrypt User Guide.chm +++ b/doc/chm/VeraCrypt User Guide.chm 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 @@ <span style="color:#ff0000;">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.</span></li> </p> -<p><strong style="text-align:left">1.24-Hotfix1 </strong>(October 23<sup>rd</sup>, 2019):</p> +<p><strong style="text-align:left">1.24-Hotfix1 </strong>(October 25<sup>rd</sup>, 2019):</p> <ul> <li><strong>Windows:</strong> <ul> 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 |