VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Tcdefs.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2020-08-03 17:38:53 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2020-08-03 18:14:30 +0200
commit52a78ee3b4e463d0fb61223a845689293c83a1f1 (patch)
tree27fee9f329147fe657662bfe1f892b72d9dfa0bb /src/Common/Tcdefs.h
parentbd78c9d0af5e71db663f0a80a3f2fc8c524dfe07 (diff)
downloadVeraCrypt-52a78ee3b4e463d0fb61223a845689293c83a1f1.tar.gz
VeraCrypt-52a78ee3b4e463d0fb61223a845689293c83a1f1.zip
Increment internal version to 1.24.21 and update release notes
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 080859b1..8d17c381 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"July 22, 2020"
+#define TC_STR_RELEASE_DATE L"August 3, 2020"
#define TC_RELEASE_DATE_YEAR 2020
-#define TC_RELEASE_DATE_MONTH 7
+#define TC_RELEASE_DATE_MONTH 8
#define BYTES_PER_KB 1024LL
#define BYTES_PER_MB 1048576LL