Commit e9c11545 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* VLC.app should show its version in the Finder now

  Meeuh, one more place that needs version string updated before a release.
  might be made automated ?
parent 20891651
/* Localized versions of Info.plist keys */
CFBundleName = "VLC";
CFBundleShortVersionString = "VLC media player";
CFBundleGetInfoString = "VLC 0.5.0, Copyright (c) 1996-2003 VideoLAN.";
CFBundleShortVersionString = "0.5.1a";
CFBundleGetInfoString = "VLC media player 0.5.1a, Copyright (c) 1996-2003 VideoLAN.";
NSHumanReadableCopyright = "Copyright (c) 1996-2003 VideoLAN.";
......@@ -343,6 +343,8 @@
</array>
<key>CFBundleExecutable</key>
<string>VLC</string>
<key>CFBundleGetInfoString</key>
<string>VLC media player 0.5.1a, Copyright (c) 1996-2003 VideoLAN.</string>
<key>CFBundleIconFile</key>
<string>vlc.icns</string>
<key>CFBundleIdentifier</key>
......@@ -353,6 +355,8 @@
<string>VLC media player</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.5.1a</string>
<key>CFBundleSignature</key>
<string>VLC#</string>
<key>CFBundleURLTypes</key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment