diff options
Diffstat (limited to 'src/Setup')
-rwxr-xr-x | src/Setup/MacOSX/veracrypt.pkgproj | 4 | ||||
-rwxr-xr-x | src/Setup/MacOSX/veracrypt_Legacy.pkgproj | 4 | ||||
-rw-r--r-- | src/Setup/Portable.rc | 4 | ||||
-rw-r--r-- | src/Setup/Setup.rc | 4 | ||||
-rw-r--r-- | src/Setup/Setup.vcxproj | 14 | ||||
-rw-r--r-- | src/Setup/Setup.vcxproj.filters | 14 |
6 files changed, 36 insertions, 8 deletions
diff --git a/src/Setup/MacOSX/veracrypt.pkgproj b/src/Setup/MacOSX/veracrypt.pkgproj index 83999c70..9843c722 100755 --- a/src/Setup/MacOSX/veracrypt.pkgproj +++ b/src/Setup/MacOSX/veracrypt.pkgproj @@ -558,7 +558,7 @@ <key>USE_HFS+_COMPRESSION</key> <false/> <key>VERSION</key> - <string>1.25.6</string> + <string>1.25.7</string> </dict> <key>TYPE</key> <integer>0</integer> @@ -1026,7 +1026,7 @@ https://osxfuse.github.io/ </dict> </array> <key>NAME</key> - <string>VeraCrypt 1.25.6</string> + <string>VeraCrypt 1.25.7</string> <key>PAYLOAD_ONLY</key> <false/> <key>TREAT_MISSING_PRESENTATION_DOCUMENTS_AS_WARNING</key> diff --git a/src/Setup/MacOSX/veracrypt_Legacy.pkgproj b/src/Setup/MacOSX/veracrypt_Legacy.pkgproj index 5463dc76..7075791e 100755 --- a/src/Setup/MacOSX/veracrypt_Legacy.pkgproj +++ b/src/Setup/MacOSX/veracrypt_Legacy.pkgproj @@ -557,7 +557,7 @@ <key>USE_HFS+_COMPRESSION</key> <false/> <key>VERSION</key> - <string>1.25.6</string> + <string>1.25.7</string> </dict> <key>TYPE</key> <integer>0</integer> @@ -1062,7 +1062,7 @@ https://osxfuse.github.io/ </dict> </array> <key>NAME</key> - <string>VeraCrypt Legacy 1.25.6</string> + <string>VeraCrypt Legacy 1.25.7</string> <key>PAYLOAD_ONLY</key> <false/> <key>TREAT_MISSING_PRESENTATION_DOCUMENTS_AS_WARNING</key> diff --git a/src/Setup/Portable.rc b/src/Setup/Portable.rc index f8351b97..6f6b2f57 100644 --- a/src/Setup/Portable.rc +++ b/src/Setup/Portable.rc @@ -26,8 +26,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,25,6,0 - PRODUCTVERSION 1,25,6,0 + FILEVERSION 1,25,7,0 + PRODUCTVERSION 1,25,7,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/src/Setup/Setup.rc b/src/Setup/Setup.rc index f64a1ae2..47f9011e 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,25,6,0 - PRODUCTVERSION 1,25,6,0 + FILEVERSION 1,25,7,0 + PRODUCTVERSION 1,25,7,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/src/Setup/Setup.vcxproj b/src/Setup/Setup.vcxproj index 622e84ef..3e03eb7d 100644 --- a/src/Setup/Setup.vcxproj +++ b/src/Setup/Setup.vcxproj @@ -279,6 +279,20 @@ copy Debug\VeraCryptSetup.exe "..\Debug\Setup Files\VeraCrypt COMReg.exe" >NU <ClCompile Include="..\Common\Registry.c" /> </ItemGroup> <ItemGroup> + <None Include="..\..\Translations\Language.ar.xml" /> + <None Include="..\..\Translations\Language.cs.xml" /> + <None Include="..\..\Translations\Language.de.xml" /> + <None Include="..\..\Translations\Language.es.xml" /> + <None Include="..\..\Translations\Language.fr.xml" /> + <None Include="..\..\Translations\Language.it.xml" /> + <None Include="..\..\Translations\Language.ja.xml" /> + <None Include="..\..\Translations\Language.nl.xml" /> + <None Include="..\..\Translations\Language.pl.xml" /> + <None Include="..\..\Translations\Language.ro.xml" /> + <None Include="..\..\Translations\Language.ru.xml" /> + <None Include="..\..\Translations\Language.vi.xml" /> + <None Include="..\..\Translations\Language.zh-cn.xml" /> + <None Include="..\..\Translations\Language.zh-hk.xml" /> <None Include="ComSetup.rgs" /> <None Include="Setup.ico" /> <None Include="..\Common\VeraCrypt.ico" /> diff --git a/src/Setup/Setup.vcxproj.filters b/src/Setup/Setup.vcxproj.filters index d747363f..5b16fbe3 100644 --- a/src/Setup/Setup.vcxproj.filters +++ b/src/Setup/Setup.vcxproj.filters @@ -95,6 +95,20 @@ <None Include="..\Common\Textual_logo_background.bmp"> <Filter>Resource Files\Common</Filter> </None> + <None Include="..\..\Translations\Language.ar.xml" /> + <None Include="..\..\Translations\Language.cs.xml" /> + <None Include="..\..\Translations\Language.de.xml" /> + <None Include="..\..\Translations\Language.es.xml" /> + <None Include="..\..\Translations\Language.fr.xml" /> + <None Include="..\..\Translations\Language.it.xml" /> + <None Include="..\..\Translations\Language.ja.xml" /> + <None Include="..\..\Translations\Language.nl.xml" /> + <None Include="..\..\Translations\Language.pl.xml" /> + <None Include="..\..\Translations\Language.ro.xml" /> + <None Include="..\..\Translations\Language.ru.xml" /> + <None Include="..\..\Translations\Language.vi.xml" /> + <None Include="..\..\Translations\Language.zh-cn.xml" /> + <None Include="..\..\Translations\Language.zh-hk.xml" /> </ItemGroup> <ItemGroup> <ClInclude Include="..\Common\Apidrvr.h"> |