diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-07-06 18:17:13 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-07-06 18:19:01 +0200 |
commit | 4c6b5df80be4de5a7f3cd5854d17053eec75b3e4 (patch) | |
tree | 3dd553a32c00e7b3e4d670b3448706466e9ad6be /src/Common/Tcdefs.h | |
parent | 3daaae0d4895b6d4f37499ec75f42ed8359a4d74 (diff) | |
download | VeraCrypt-4c6b5df80be4de5a7f3cd5854d17053eec75b3e4.tar.gz VeraCrypt-4c6b5df80be4de5a7f3cd5854d17053eec75b3e4.zip |
Update Release Notes with latest Windows change (password drag-n-drop support)
Diffstat (limited to 'src/Common/Tcdefs.h')
-rw-r--r-- | src/Common/Tcdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index b84e29cb..6269e754 100644 --- a/src/Common/Tcdefs.h +++ b/src/Common/Tcdefs.h @@ -67,7 +67,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift); #define VERSION_NUM 0x0124 // Release date -#define TC_STR_RELEASE_DATE L"July 2, 2020" +#define TC_STR_RELEASE_DATE L"July 6, 2020" #define TC_RELEASE_DATE_YEAR 2020 #define TC_RELEASE_DATE_MONTH 7 |