diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-07-01 11:08:29 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-07-02 00:51:50 +0200 |
commit | 3c4e36ecdf24efc89465a11fc7803b235c88881d (patch) | |
tree | 6531e8346720a7d8060b4cb8d46f9eb906fb130c /src/ExpandVolume/ExpandVolume.rc | |
parent | 77fe1f7c76e70e4ce58be91b8e0c800a26e2d21a (diff) | |
download | VeraCrypt-3c4e36ecdf24efc89465a11fc7803b235c88881d.tar.gz VeraCrypt-3c4e36ecdf24efc89465a11fc7803b235c88881d.zip |
Increment version to 1.21 (1.21.1)
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 795e8691..4d5f7fa7 100644 --- a/src/ExpandVolume/ExpandVolume.rc +++ b/src/ExpandVolume/ExpandVolume.rc @@ -192,8 +192,8 @@ IDR_MOUNT_RSRC_HEADER HEADER "resource.h" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,20,3,4 - PRODUCTVERSION 1,20,3,4 + FILEVERSION 1,21,1,0 + PRODUCTVERSION 1,21,1,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -210,11 +210,11 @@ BEGIN BEGIN VALUE "CompanyName", "IDRIX" VALUE "FileDescription", "VeraCrypt Expander" - VALUE "FileVersion", "1.20" + VALUE "FileVersion", "1.21" VALUE "LegalTrademarks", "VeraCrypt" VALUE "OriginalFilename", "VeraCryptExpander.exe" VALUE "ProductName", "VeraCrypt" - VALUE "ProductVersion", "1.20" + VALUE "ProductVersion", "1.21" END END BLOCK "VarFileInfo" |