VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2020-03-09 12:00:45 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2020-03-10 10:33:26 +0100
commit6bda9d1b35be7aaa0e17bdf23320de633d7fb2ac (patch)
treef70204db8cb94d1a27affe78bfa16b50832c991a /src
parent5402fa902e51ecb83f1f5629be62caa968ef31bb (diff)
downloadVeraCrypt-6bda9d1b35be7aaa0e17bdf23320de633d7fb2ac.tar.gz
VeraCrypt-6bda9d1b35be7aaa0e17bdf23320de633d7fb2ac.zip
Set release date of 1.24-Update5 and update release notes
Diffstat (limited to 'src')
-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 5a02bc5c..2d6780c3 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"February 11, 2020"
+#define TC_STR_RELEASE_DATE L"March 9, 2020"
#define TC_RELEASE_DATE_YEAR 2020
-#define TC_RELEASE_DATE_MONTH 2
+#define TC_RELEASE_DATE_MONTH 3
#define BYTES_PER_KB 1024LL
#define BYTES_PER_MB 1048576LL