VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup
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/Setup
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/Setup')
-rwxr-xr-xsrc/Setup/MacOSX/veracrypt.pkgproj2
-rw-r--r--src/Setup/Setup.rc8
2 files changed, 5 insertions, 5 deletions
diff --git a/src/Setup/MacOSX/veracrypt.pkgproj b/src/Setup/MacOSX/veracrypt.pkgproj
index c690a33a..cdb8a768 100755
--- a/src/Setup/MacOSX/veracrypt.pkgproj
+++ b/src/Setup/MacOSX/veracrypt.pkgproj
@@ -1049,7 +1049,7 @@ Merci de ré-installer OSXFUSE et de cocher l'option de compatibilité MacFUSE d
</dict>
</array>
<key>NAME</key>
- <string>VeraCrypt 1.0f</string>
+ <string>VeraCrypt 1.0f-1</string>
</dict>
</dict>
<key>SHARED_GLOBAL_DATA</key>
diff --git a/src/Setup/Setup.rc b/src/Setup/Setup.rc
index 30e9d5ee..95c85d0d 100644
--- a/src/Setup/Setup.rc
+++ b/src/Setup/Setup.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 Setup"
- VALUE "FileVersion", "1.0f"
+ VALUE "FileVersion", "1.0f-1"
VALUE "LegalTrademarks", "VeraCrypt"
VALUE "OriginalFilename", "VeraCrypt Setup.exe"
VALUE "ProductName", "VeraCrypt"
- VALUE "ProductVersion", "1.0f"
+ VALUE "ProductVersion", "1.0f-1"
END
END
BLOCK "VarFileInfo"