Set 1.25.6 release date to January 1st 2022

This commit is contained in:
Mounir IDRASSI 2022-01-01 18:43:01 +01:00
parent ce733d547e
commit 88955393b2
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
3 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -39,7 +39,7 @@ <h1>Release Notes</h1>
<strong>Note to users who created volumes with 1.17 version of VeraCrypt or earlier: </strong><br/> <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> <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>
<p><strong style="text-align:left">1.25.6</strong> (December 30<sup>th</sup>, 2021):</p> <p><strong style="text-align:left">1.25.6</strong> (January 1<sup>st</sup>, 2022):</p>
<ul> <ul>
<li><strong>Windows:</strong> <li><strong>Windows:</strong>
<ul> <ul>

View File

@ -69,9 +69,9 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define VERSION_NUM 0x0125 #define VERSION_NUM 0x0125
// Release date // Release date
#define TC_STR_RELEASE_DATE L"December 30, 2021" #define TC_STR_RELEASE_DATE L"January 1, 2022"
#define TC_RELEASE_DATE_YEAR 2021 #define TC_RELEASE_DATE_YEAR 2022
#define TC_RELEASE_DATE_MONTH 12 #define TC_RELEASE_DATE_MONTH 01
#define BYTES_PER_KB 1024LL #define BYTES_PER_KB 1024LL
#define BYTES_PER_MB 1048576LL #define BYTES_PER_MB 1048576LL