VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2022-01-07 00:20:34 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2022-01-07 00:35:46 +0100
commit2d3771c45d5ff47092d374b7fd5a946c01269834 (patch)
tree2315f2c09a005ea228c2333cb1c3e0ed19878e61 /src/Common
parent897b676e61975a6db45257e3f9542527afde690b (diff)
downloadVeraCrypt-2d3771c45d5ff47092d374b7fd5a946c01269834.tar.gz
VeraCrypt-2d3771c45d5ff47092d374b7fd5a946c01269834.zip
Increment version to 1.25.7 and update Release Notes
Diffstat (limited to 'src/Common')
-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 64f56501..f8ec9960 100644
--- a/src/Common/Tcdefs.h
+++ b/src/Common/Tcdefs.h
@@ -55,7 +55,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define TC_APP_NAME "VeraCrypt"
// Version displayed to user
-#define VERSION_STRING "1.25.6"
+#define VERSION_STRING "1.25.7"
#ifdef VC_EFI_CUSTOM_MODE
#define VERSION_STRING_SUFFIX "-CustomEFI"
@@ -69,7 +69,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define VERSION_NUM 0x0125
// Release date
-#define TC_STR_RELEASE_DATE L"January 3, 2022"
+#define TC_STR_RELEASE_DATE L"January 7, 2022"
#define TC_RELEASE_DATE_YEAR 2022
#define TC_RELEASE_DATE_MONTH 01