VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Tcdefs.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2022-02-05 19:04:29 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2022-02-05 22:51:52 +0100
commit463ae8e6aa713b2fc95a019afed1f3e769046de1 (patch)
treeeb8e39a8c596764f456c63948dff42f47a834676 /src/Common/Tcdefs.h
parent3cf936459202bc5985bc54548a5325efb1fbc453 (diff)
downloadVeraCrypt-463ae8e6aa713b2fc95a019afed1f3e769046de1.tar.gz
VeraCrypt-463ae8e6aa713b2fc95a019afed1f3e769046de1.zip
Increment version to 1.25.8
Diffstat (limited to 'src/Common/Tcdefs.h')
-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 f8ec9960..edce6d61 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.7"
+#define VERSION_STRING "1.25.8"
#ifdef VC_EFI_CUSTOM_MODE
#define VERSION_STRING_SUFFIX "-CustomEFI"
@@ -69,9 +69,9 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define VERSION_NUM 0x0125
// Release date
-#define TC_STR_RELEASE_DATE L"January 7, 2022"
+#define TC_STR_RELEASE_DATE L"February 5, 2022"
#define TC_RELEASE_DATE_YEAR 2022
-#define TC_RELEASE_DATE_MONTH 01
+#define TC_RELEASE_DATE_MONTH 02
#define BYTES_PER_KB 1024LL
#define BYTES_PER_MB 1048576LL