VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Tcdefs.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2018-08-18 13:34:12 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2018-08-18 16:47:31 +0200
commit6f1047d46b1152d93898b528694ce41f7935a9e1 (patch)
treef02ce8cb4f738f0fc496456e6885e37c6add3114 /src/Common/Tcdefs.h
parent20889d4553a132cd8749a73853715fd3a0f237e5 (diff)
downloadVeraCrypt-6f1047d46b1152d93898b528694ce41f7935a9e1.tar.gz
VeraCrypt-6f1047d46b1152d93898b528694ce41f7935a9e1.zip
Increment version to 1.23-BETA5 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 670aa88b..e0ae080a 100644
--- a/src/Common/Tcdefs.h
+++ b/src/Common/Tcdefs.h
@@ -55,13 +55,13 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define TC_APP_NAME "VeraCrypt"
// Version displayed to user
-#define VERSION_STRING "1.23-BETA4"
+#define VERSION_STRING "1.23-BETA5"
// Version number to compare against driver
#define VERSION_NUM 0x0123
// Release date
-#define TC_STR_RELEASE_DATE L"August 15, 2018"
+#define TC_STR_RELEASE_DATE L"August 18, 2018"
#define TC_RELEASE_DATE_YEAR 2018
#define TC_RELEASE_DATE_MONTH 08