VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2017-07-08 17:59:51 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2017-07-09 00:19:14 +0200
commit795aa4318e9a29fcac478a9cda78dbda8764359d (patch)
treebd96f1b6bef6c4fa32edb6a6a2ea4715f224fab7 /src/Common
parentd2eacde0da3d2fdfdd6525c6f4560a15a4b589e3 (diff)
downloadVeraCrypt-795aa4318e9a29fcac478a9cda78dbda8764359d.tar.gz
VeraCrypt-795aa4318e9a29fcac478a9cda78dbda8764359d.zip
Increment version to 1.21.5
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 1657a414..cadabafa 100644
--- a/src/Common/Tcdefs.h
+++ b/src/Common/Tcdefs.h
@@ -61,7 +61,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define VERSION_NUM 0x0121
// Release date
-#define TC_STR_RELEASE_DATE L"July 7, 2017"
+#define TC_STR_RELEASE_DATE L"July 8, 2017"
#define TC_RELEASE_DATE_YEAR 2017
#define TC_RELEASE_DATE_MONTH 07