diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-08-07 13:25:49 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-08-07 14:10:33 +0200 |
commit | e7a98982730f3c668f1826aa38a98b961859f914 (patch) | |
tree | 3b913c152ba9f507bb2b17de906d30d3d8956f8f | |
parent | 7d39e836553d662b877655d2ef72e133a0d7ec74 (diff) | |
download | VeraCrypt-e7a98982730f3c668f1826aa38a98b961859f914.tar.gz VeraCrypt-e7a98982730f3c668f1826aa38a98b961859f914.zip |
Set release date of 1.24-Update7 to August 7th 2020
-rw-r--r-- | doc/chm/VeraCrypt User Guide.chm | bin | 1914606 -> 1914600 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 43037a94..090abb93 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 d1171111..f1663ee2 100644 --- a/doc/html/Release Notes.html +++ b/doc/html/Release Notes.html @@ -39,7 +39,7 @@ <strong>Note to users who created volumes with 1.17 version of VeraCrypt or earlier: </strong><br/> <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-Update7</strong> (August 6<sup>th</sup>, 2020):</p> +<p><strong style="text-align:left">1.24-Update7</strong> (August 7<sup>th</sup>, 2020):</p> <ul> <li><strong>All OSes:</strong> <ul> diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index ac85b439..2ce5f9f6 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"August 6, 2020" +#define TC_STR_RELEASE_DATE L"August 7, 2020" #define TC_RELEASE_DATE_YEAR 2020 #define TC_RELEASE_DATE_MONTH 8 |