VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2022-01-01 18:43:01 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2022-01-02 21:52:31 +0100
commit88955393b20b71431cc23735f959cb540537f632 (patch)
tree7c4182eedda21f6edff3c9549ea87d72fcb6cee3 /src
parentce733d547e0c88e5ec6b7be254743b891d31ab8b (diff)
downloadVeraCrypt-88955393b20b71431cc23735f959cb540537f632.tar.gz
VeraCrypt-88955393b20b71431cc23735f959cb540537f632.zip
Set 1.25.6 release date to January 1st 2022
Diffstat (limited to 'src')
-rw-r--r--src/Common/Tcdefs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h
index c13c333e..f08b6205 100644
--- a/src/Common/Tcdefs.h
+++ b/src/Common/Tcdefs.h
@@ -69,9 +69,9 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define VERSION_NUM 0x0125
// Release date
-#define TC_STR_RELEASE_DATE L"December 30, 2021"
-#define TC_RELEASE_DATE_YEAR 2021
-#define TC_RELEASE_DATE_MONTH 12
+#define TC_STR_RELEASE_DATE L"January 1, 2022"
+#define TC_RELEASE_DATE_YEAR 2022
+#define TC_RELEASE_DATE_MONTH 01
#define BYTES_PER_KB 1024LL
#define BYTES_PER_MB 1048576LL