[vlc-devel] commit: Updated version strings ( Felix Paul Kühne )
git version control
git at videolan.org
Tue Jul 8 23:02:33 CEST 2008
vlc | branch: 0.8.6-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Tue Jul 8 23:04:50 2008 +0200| [6e08519a9157f65626c873e85837b6e275bcf67e]
Updated version strings
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6e08519a9157f65626c873e85837b6e275bcf67e
---
.../Resources/English.lproj/InfoPlist.strings | 4 ++--
.../MacOSX/plugin/English.lproj/InfoPlist.strings | Bin 542 -> 542 bytes
extras/MacOSX/plugin/Info.plist | 4 ++--
extras/MacOSX/plugin/InstallerInfo.plist | 4 ++--
extras/MacOSX/vlc.xcodeproj/project.pbxproj | 6 +++---
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/extras/MacOSX/Resources/English.lproj/InfoPlist.strings b/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
index 93b7bc0..ffb5f4e 100644
--- a/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
+++ b/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
@@ -1,6 +1,6 @@
/* Localized versions of Info.plist keys */
CFBundleName = "VLC";
-CFBundleShortVersionString = "0.8.6h";
-CFBundleGetInfoString = "VLC media player 0.8.6h Copyright (c) 1996-2008 the VideoLAN Team";
+CFBundleShortVersionString = "0.8.6i";
+CFBundleGetInfoString = "VLC media player 0.8.6i Copyright (c) 1996-2008 the VideoLAN Team";
NSHumanReadableCopyright = "Copyright (c) 1996-2008 the VideoLAN team";
diff --git a/extras/MacOSX/plugin/English.lproj/InfoPlist.strings b/extras/MacOSX/plugin/English.lproj/InfoPlist.strings
index ab3b12b..23aab22 100644
Binary files a/extras/MacOSX/plugin/English.lproj/InfoPlist.strings and b/extras/MacOSX/plugin/English.lproj/InfoPlist.strings differ
diff --git a/extras/MacOSX/plugin/Info.plist b/extras/MacOSX/plugin/Info.plist
index a93436a..add838c 100644
--- a/extras/MacOSX/plugin/Info.plist
+++ b/extras/MacOSX/plugin/Info.plist
@@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>BRPL</string>
<key>CFBundleShortVersionString</key>
- <string>0.8.6h</string>
+ <string>0.8.6i</string>
<key>CFBundleSignature</key>
<string>MOSS</string>
<key>CFBundleVersion</key>
- <string>0.8.6h</string>
+ <string>0.8.6i</string>
<key>CSResourcesFileMapped</key>
<true/>
</dict>
diff --git a/extras/MacOSX/plugin/InstallerInfo.plist b/extras/MacOSX/plugin/InstallerInfo.plist
index db5b565..924b4c0 100644
--- a/extras/MacOSX/plugin/InstallerInfo.plist
+++ b/extras/MacOSX/plugin/InstallerInfo.plist
@@ -3,11 +3,11 @@
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
- <string>0.8.6h, The VideoLAN Team, All Rights Reserved.</string>
+ <string>0.8.6i, The VideoLAN Team, All Rights Reserved.</string>
<key>CFBundleIdentifier</key>
<string>org.videolan.vlc</string>
<key>CFBundleShortVersionString</key>
- <string>0.8.6h</string>
+ <string>0.8.6i</string>
<key>IFMajorVersion</key>
<integer>0</integer>
<key>IFMinorVersion</key>
diff --git a/extras/MacOSX/vlc.xcodeproj/project.pbxproj b/extras/MacOSX/vlc.xcodeproj/project.pbxproj
index 60ce56e..4681c17 100644
--- a/extras/MacOSX/vlc.xcodeproj/project.pbxproj
+++ b/extras/MacOSX/vlc.xcodeproj/project.pbxproj
@@ -929,7 +929,7 @@
<key>CFBundleExecutable</key>
<string>VLC</string>
<key>CFBundleGetInfoString</key>
- <string>VLC media player 0.8.6h, Copyright (c) 1996-2008 the VideoLAN team.</string>
+ <string>VLC media player 0.8.6i, Copyright (c) 1996-2008 the VideoLAN team.</string>
<key>CFBundleIconFile</key>
<string>vlc.icns</string>
<key>CFBundleIdentifier</key>
@@ -941,7 +941,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>0.8.6h</string>
+ <string>0.8.6i</string>
<key>CFBundleSignature</key>
<string>VLC#</string>
<key>CFBundleURLTypes</key>
@@ -1008,7 +1008,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>0.8.6f</string>
+ <string>0.8.6i</string>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<key>NSMainNibFile</key>
More information about the vlc-devel
mailing list