VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Format
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2023-11-09 00:09:00 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2023-11-09 00:09:00 +0100
commit7e7d776338aab82b6a11eb5cbf3bf019996cd865 (patch)
tree635bc3fa741f90617f8b482f02b0b443bf4ace2b /src/Format
parent1688779bc38d408e1566320746adbdaa8bdf67d1 (diff)
downloadVeraCrypt-7e7d776338aab82b6a11eb5cbf3bf019996cd865.tar.gz
VeraCrypt-7e7d776338aab82b6a11eb5cbf3bf019996cd865.zip
Increment version to 1.26.10. Update signed Windows drivers.
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 d24ea27d..46e811b7 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,9,0
- PRODUCTVERSION 1,26,9,0
+ FILEVERSION 1,26,10,0
+ PRODUCTVERSION 1,26,10,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -46,11 +46,11 @@ BEGIN
BEGIN
VALUE "CompanyName", "IDRIX"
VALUE "FileDescription", "VeraCrypt Format"
- VALUE "FileVersion", "1.26.9"
+ VALUE "FileVersion", "1.26.10"
VALUE "LegalTrademarks", "VeraCrypt"
VALUE "OriginalFilename", "VeraCrypt Format.exe"
VALUE "ProductName", "VeraCrypt"
- VALUE "ProductVersion", "1.26.9"
+ VALUE "ProductVersion", "1.26.10"
END
END
BLOCK "VarFileInfo"