diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-04-06 19:43:38 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-04-06 19:50:30 +0200 |
commit | 8e4a68af3bd74228be42727b372e6ae8733fc443 (patch) | |
tree | 2edb5734abbc59e4b972118a94dee1ae16d78d80 /src/Build/Resources/MacOSX/Info.plist.xml | |
parent | 4a8040735b800ec016c1a7e24292e24579dbabd8 (diff) | |
download | VeraCrypt-8e4a68af3bd74228be42727b372e6ae8733fc443.tar.gz VeraCrypt-8e4a68af3bd74228be42727b372e6ae8733fc443.zip |
MacOSX: Set properly the version in the bundle and the installation package. Allow downgrading using older installers.VeraCrypt_1.0f-2
Diffstat (limited to 'src/Build/Resources/MacOSX/Info.plist.xml')
-rw-r--r-- | src/Build/Resources/MacOSX/Info.plist.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Build/Resources/MacOSX/Info.plist.xml b/src/Build/Resources/MacOSX/Info.plist.xml index 2255770b..52e72db8 100644 --- a/src/Build/Resources/MacOSX/Info.plist.xml +++ b/src/Build/Resources/MacOSX/Info.plist.xml @@ -27,7 +27,7 @@ <string>TRUE</string> <key>CFBundleVersion</key> - <string>0</string> + <string>1.6.3</string> <key>CFBundleShortVersionString</key> <string>_VERSION_</string> @@ -36,7 +36,7 @@ <string>VeraCrypt _VERSION_</string> <key>LSRequiresCarbon</key> - <true/> + <false/> <key>CSResourcesFileMapped</key> <true/> |