diff options
-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 |