VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2017-06-29 17:06:11 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2017-06-29 17:10:04 +0200
commit4466834322125922597fa14e3e1cb7cca860443e (patch)
tree70e074ea75e6d807e117a4110f23f95dbf07e6f2 /src
parent21543ada9b600100cd06add7df0dd192c32d594b (diff)
downloadVeraCrypt-4466834322125922597fa14e3e1cb7cca860443e.tar.gz
VeraCrypt-4466834322125922597fa14e3e1cb7cca860443e.zip
Set 1.20 release date to June 29th 2017
Diffstat (limited to 'src')
-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 4c3c6260..8c157cd8 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 0x0120
// Release date
-#define TC_STR_RELEASE_DATE L"June 27, 2017"
+#define TC_STR_RELEASE_DATE L"June 29, 2017"
#define TC_RELEASE_DATE_YEAR 2017
#define TC_RELEASE_DATE_MONTH 06