diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-01-02 21:47:28 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-01-02 21:52:49 +0100 |
commit | c490a7510266af56be55423b8349950248946119 (patch) | |
tree | 2c9fa35a3eb0ba938b323b79ebb238a04c3a1b43 /src/Common | |
parent | 88e4a6cb0dd6712783383c050ebb114141d6b8c7 (diff) | |
download | VeraCrypt-c490a7510266af56be55423b8349950248946119.tar.gz VeraCrypt-c490a7510266af56be55423b8349950248946119.zip |
Update documentation and Release Notes for restored Windows 7 support. Set 1.25.6 release date at January 3rd 2022
Diffstat (limited to 'src/Common')
-rw-r--r-- | src/Common/Tcdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index f08b6205..64f56501 100644 --- a/src/Common/Tcdefs.h +++ b/src/Common/Tcdefs.h @@ -69,7 +69,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift); #define VERSION_NUM 0x0125 // Release date -#define TC_STR_RELEASE_DATE L"January 1, 2022" +#define TC_STR_RELEASE_DATE L"January 3, 2022" #define TC_RELEASE_DATE_YEAR 2022 #define TC_RELEASE_DATE_MONTH 01 |