VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Format
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2023-06-28 19:18:35 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2023-06-28 19:18:35 +0200
commit342f78c0909d5f54ec50877dccf9db36f5db77c3 (patch)
treebd5d58b6fa47bade8395f042d931a8adbac996e2 /src/Format
parent47c081792c0e95dd8d85441d79d12565748497e3 (diff)
downloadVeraCrypt-342f78c0909d5f54ec50877dccf9db36f5db77c3.tar.gz
VeraCrypt-342f78c0909d5f54ec50877dccf9db36f5db77c3.zip
Increment version to 1.26.3. Update Release Notes
Diffstat (limited to 'src/Format')
-rw-r--r--src/Format/Format.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Format/Format.rc b/src/Format/Format.rc
index 273cddcc..69afe3c6 100644
--- a/src/Format/Format.rc
+++ b/src/Format/Format.rc
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,26,2,0
- PRODUCTVERSION 1,26,2,0
+ FILEVERSION 1,26,3,0
+ PRODUCTVERSION 1,26,3,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -46,11 +46,11 @@ BEGIN
BEGIN
VALUE "CompanyName", "IDRIX"
VALUE "FileDescription", "VeraCrypt Format"
- VALUE "FileVersion", "1.26.2"
+ VALUE "FileVersion", "1.26.3"
VALUE "LegalTrademarks", "VeraCrypt"
VALUE "OriginalFilename", "VeraCrypt Format.exe"
VALUE "ProductName", "VeraCrypt"
- VALUE "ProductVersion", "1.26.2"
+ VALUE "ProductVersion", "1.26.3"
END
END
BLOCK "VarFileInfo"