VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2018-09-02 16:57:13 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2018-09-03 01:00:52 +0200
commit6ee1af6a957d7d60ddd69b3fe8d53223135fcddb (patch)
treededa4afb92ddd1fc546dfebc5ca8d500d6a5f9cf /src/Common
parent6e94ee8b85fefda5acee0f815372ccdd1d04b9ea (diff)
downloadVeraCrypt-6ee1af6a957d7d60ddd69b3fe8d53223135fcddb.tar.gz
VeraCrypt-6ee1af6a957d7d60ddd69b3fe8d53223135fcddb.zip
Increment version to 1.23-BETA7 and update release notes.
Diffstat (limited to 'src/Common')
-rw-r--r--src/Common/Tcdefs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h
index c826b4f9..b85b4016 100644
--- a/src/Common/Tcdefs.h
+++ b/src/Common/Tcdefs.h
@@ -55,15 +55,15 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define TC_APP_NAME "VeraCrypt"
// Version displayed to user
-#define VERSION_STRING "1.23-BETA6"
+#define VERSION_STRING "1.23-BETA7"
// Version number to compare against driver
#define VERSION_NUM 0x0123
// Release date
-#define TC_STR_RELEASE_DATE L"August 23, 2018"
+#define TC_STR_RELEASE_DATE L"September 1, 2018"
#define TC_RELEASE_DATE_YEAR 2018
-#define TC_RELEASE_DATE_MONTH 08
+#define TC_RELEASE_DATE_MONTH 09
#define BYTES_PER_KB 1024LL
#define BYTES_PER_MB 1048576LL