VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Tcdefs.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2021-07-13 23:10:13 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2021-07-13 23:12:55 +0200
commitb9c93d7451b723a9b81e834e2a86660a0f62aa9a (patch)
tree0a9c809fd35bac7e43c27c89e2506a2b59a7eaff /src/Common/Tcdefs.h
parentc3747824367dbcbe74777c166b6d5d41d6de5dce (diff)
downloadVeraCrypt-b9c93d7451b723a9b81e834e2a86660a0f62aa9a.tar.gz
VeraCrypt-b9c93d7451b723a9b81e834e2a86660a0f62aa9a.zip
Windows: Update signed Windows driver to version 1.24.25.1
Diffstat (limited to 'src/Common/Tcdefs.h')
-rw-r--r--src/Common/Tcdefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h
index 2113c81c..3b92dfbf 100644
--- a/src/Common/Tcdefs.h
+++ b/src/Common/Tcdefs.h
@@ -67,9 +67,9 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define VERSION_NUM 0x0124
// Release date
-#define TC_STR_RELEASE_DATE L"January 1, 2021"
+#define TC_STR_RELEASE_DATE L"July 14, 2021"
#define TC_RELEASE_DATE_YEAR 2021
-#define TC_RELEASE_DATE_MONTH 1
+#define TC_RELEASE_DATE_MONTH 7
#define BYTES_PER_KB 1024LL
#define BYTES_PER_MB 1048576LL