VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Format/Format.rc
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2019-11-04 23:22:56 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2019-11-07 00:48:01 +0100
commit4587472e8787daf936e63cda35145cd1a363721a (patch)
tree992db2eced483f4b47c04836e5485d6014ac5e37 /src/Format/Format.rc
parent21392ef30ddb383445783b1786541015cb937b37 (diff)
downloadVeraCrypt-4587472e8787daf936e63cda35145cd1a363721a.tar.gz
VeraCrypt-4587472e8787daf936e63cda35145cd1a363721a.zip
Increment version to 1.24-Hotfix2
Diffstat (limited to 'src/Format/Format.rc')
-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 43cd208f..01ee4a5b 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,24,7,1
- PRODUCTVERSION 1,24,7,1
+ FILEVERSION 1,24,8,0
+ PRODUCTVERSION 1,24,8,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -46,11 +46,11 @@ BEGIN
BEGIN
VALUE "CompanyName", "IDRIX"
VALUE "FileDescription", "VeraCrypt Format"
- VALUE "FileVersion", "1.24-Hotfix1"
+ VALUE "FileVersion", "1.24-Hotfix2"
VALUE "LegalTrademarks", "VeraCrypt"
VALUE "OriginalFilename", "VeraCrypt Format.exe"
VALUE "ProductName", "VeraCrypt"
- VALUE "ProductVersion", "1.24-Hotfix1"
+ VALUE "ProductVersion", "1.24-Hotfix2"
END
END
BLOCK "VarFileInfo"