diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-03-03 18:44:21 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-03-03 23:48:28 +0100 |
commit | 8e398770544b303d22fe24fbd89034c7f62c6bf6 (patch) | |
tree | bcd135f1b16787b87d176544c21775d7eb4f9361 /src/ExpandVolume | |
parent | f6274642f056810c5bf686da9adcea985d302c30 (diff) | |
download | VeraCrypt-8e398770544b303d22fe24fbd89034c7f62c6bf6.tar.gz VeraCrypt-8e398770544b303d22fe24fbd89034c7f62c6bf6.zip |
Increment version to 1.24-Beta3. Update Release Notes.
Diffstat (limited to 'src/ExpandVolume')
-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 67dc4b34..3afdf982 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,24,2,0 - PRODUCTVERSION 1,24,2,0 + FILEVERSION 1,24,3,0 + PRODUCTVERSION 1,24,3,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -210,11 +210,11 @@ BEGIN BEGIN VALUE "CompanyName", "IDRIX" VALUE "FileDescription", "VeraCrypt Expander" - VALUE "FileVersion", "1.24-Beta2" + VALUE "FileVersion", "1.24-Beta3" VALUE "LegalTrademarks", "VeraCrypt" VALUE "OriginalFilename", "VeraCryptExpander.exe" VALUE "ProductName", "VeraCrypt" - VALUE "ProductVersion", "1.24-Beta2" + VALUE "ProductVersion", "1.24-Beta3" END END BLOCK "VarFileInfo" |