VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/ExpandVolume/ExpandVolume.rc
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2018-07-05 17:22:55 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2018-07-05 18:08:44 +0200
commit6fffe709df6fb4199a45b4bb3451cdeff1ebad15 (patch)
treef1b794a82b104b72b2d10cca0a387f720802d501 /src/ExpandVolume/ExpandVolume.rc
parent22106d4fc43e0734e731264dcfdd73e368888c80 (diff)
downloadVeraCrypt-6fffe709df6fb4199a45b4bb3451cdeff1ebad15.tar.gz
VeraCrypt-6fffe709df6fb4199a45b4bb3451cdeff1ebad15.zip
Increment version to 1.23-BETA2
Diffstat (limited to 'src/ExpandVolume/ExpandVolume.rc')
-rw-r--r--src/ExpandVolume/ExpandVolume.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ExpandVolume/ExpandVolume.rc b/src/ExpandVolume/ExpandVolume.rc
index d2b0fd03..fc8b83dd 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,23,1,0
- PRODUCTVERSION 1,23,1,0
+ FILEVERSION 1,23,2,0
+ PRODUCTVERSION 1,23,2,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -210,11 +210,11 @@ BEGIN
BEGIN
VALUE "CompanyName", "IDRIX"
VALUE "FileDescription", "VeraCrypt Expander"
- VALUE "FileVersion", "1.23-BETA1"
+ VALUE "FileVersion", "1.23-BETA2"
VALUE "LegalTrademarks", "VeraCrypt"
VALUE "OriginalFilename", "VeraCryptExpander.exe"
VALUE "ProductName", "VeraCrypt"
- VALUE "ProductVersion", "1.23-BETA1"
+ VALUE "ProductVersion", "1.23-BETA2"
END
END
BLOCK "VarFileInfo"