VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Format
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-01-04 16:26:53 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-01-04 16:29:40 +0100
commitf53554a46a985d67fcb2f81052c9f0d8c96fb067 (patch)
tree82a4e1122c365328701a000673173074df541939 /src/Format
parent03e64e842abe9ce892f1afc61bc47caec005bf1f (diff)
downloadVeraCrypt-f53554a46a985d67fcb2f81052c9f0d8c96fb067.tar.gz
VeraCrypt-f53554a46a985d67fcb2f81052c9f0d8c96fb067.zip
Increment version to 1.0f-1 and update language files and PDF with information about TrueCrypt 6.0 support.
Diffstat (limited to 'src/Format')
-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 b2592e3c..8e98de7d 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,0,6,1
- PRODUCTVERSION 1,0,6,1
+ FILEVERSION 1,0,6,2
+ PRODUCTVERSION 1,0,6,2
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -46,11 +46,11 @@ BEGIN
BEGIN
VALUE "CompanyName", "IDRIX"
VALUE "FileDescription", "VeraCrypt Format"
- VALUE "FileVersion", "1.0f"
+ VALUE "FileVersion", "1.0f-1"
VALUE "LegalTrademarks", "VeraCrypt"
VALUE "OriginalFilename", "VeraCrypt Format.exe"
VALUE "ProductName", "VeraCrypt"
- VALUE "ProductVersion", "1.0f"
+ VALUE "ProductVersion", "1.0f-1"
END
END
BLOCK "VarFileInfo"