VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2022-02-10 23:28:02 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2022-02-11 00:37:17 +0100
commitb5b252107df9134a03da42302f3fb22693809680 (patch)
treed3821d1776502c0e5bbd5a763c401442794ac59b /src/Common
parente925dd2f1a448f2f0f2b4017089d9db38b0a5beb (diff)
downloadVeraCrypt-b5b252107df9134a03da42302f3fb22693809680.tar.gz
VeraCrypt-b5b252107df9134a03da42302f3fb22693809680.zip
Update Release Notes and set release date to February 10th.
Diffstat (limited to 'src/Common')
-rw-r--r--src/Common/Tcdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h
index edce6d61..e9fa8492 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"February 5, 2022"
+#define TC_STR_RELEASE_DATE L"February 10, 2022"
#define TC_RELEASE_DATE_YEAR 2022
#define TC_RELEASE_DATE_MONTH 02