diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-11-04 23:22:56 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-11-07 00:48:01 +0100 |
commit | 4587472e8787daf936e63cda35145cd1a363721a (patch) | |
tree | 992db2eced483f4b47c04836e5485d6014ac5e37 /src/ExpandVolume/ExpandVolume.rc | |
parent | 21392ef30ddb383445783b1786541015cb937b37 (diff) | |
download | VeraCrypt-4587472e8787daf936e63cda35145cd1a363721a.tar.gz VeraCrypt-4587472e8787daf936e63cda35145cd1a363721a.zip |
Increment version to 1.24-Hotfix2
Diffstat (limited to 'src/ExpandVolume/ExpandVolume.rc')
-rw-r--r-- | src/ExpandVolume/ExpandVolume.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ExpandVolume/ExpandVolume.rc b/src/ExpandVolume/ExpandVolume.rc index ea310b3f..860130ea 100644 --- a/src/ExpandVolume/ExpandVolume.rc +++ b/src/ExpandVolume/ExpandVolume.rc @@ -193,8 +193,8 @@ IDR_MOUNT_RSRC_HEADER HEADER "resource.h" // 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 @@ -211,11 +211,11 @@ BEGIN BEGIN VALUE "CompanyName", "IDRIX" VALUE "FileDescription", "VeraCrypt Expander" - VALUE "FileVersion", "1.24-Hotfix1" + VALUE "FileVersion", "1.24-Hotfix2" VALUE "LegalTrademarks", "VeraCrypt" VALUE "OriginalFilename", "VeraCryptExpander.exe" VALUE "ProductName", "VeraCrypt" - VALUE "ProductVersion", "1.24-Hotfix1" + VALUE "ProductVersion", "1.24-Hotfix2" END END BLOCK "VarFileInfo" |