[vlc-devel] commit: Update the version string for the Mac builds too ( Felix Paul Kühne )

git version control git at videolan.org
Tue May 20 22:13:34 CEST 2008


vlc | branch: 0.8.6-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Tue May 20 22:14:35 2008 +0200| [5a4484f2a911b638a54855613714999f070ac93b]

Update the version string for the Mac builds too

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5a4484f2a911b638a54855613714999f070ac93b
---

 .../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        |    4 ++--
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/extras/MacOSX/Resources/English.lproj/InfoPlist.strings b/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
index 0dc1104..93b7bc0 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.6g";
-CFBundleGetInfoString = "VLC media player 0.8.6g Copyright (c) 1996-2008 the VideoLAN Team";
+CFBundleShortVersionString = "0.8.6h";
+CFBundleGetInfoString = "VLC media player 0.8.6h 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 3d5c8da..79bbe20 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 1a5f40c..a93436a 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.6g</string>
+	<string>0.8.6h</string>
 	<key>CFBundleSignature</key>
 	<string>MOSS</string>
 	<key>CFBundleVersion</key>
-	<string>0.8.6g</string>
+	<string>0.8.6h</string>
 	<key>CSResourcesFileMapped</key>
 	<true/>
 </dict>
diff --git a/extras/MacOSX/plugin/InstallerInfo.plist b/extras/MacOSX/plugin/InstallerInfo.plist
index 3ebba40..db5b565 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.6g, The VideoLAN Team, All Rights Reserved.</string>
+	<string>0.8.6h, The VideoLAN Team, All Rights Reserved.</string>
 	<key>CFBundleIdentifier</key>
 	<string>org.videolan.vlc</string>
 	<key>CFBundleShortVersionString</key>
-	<string>0.8.6g</string>
+	<string>0.8.6h</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 e9230f1..60ce56e 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.6g, Copyright (c) 1996-2008 the VideoLAN team.</string>
+	<string>VLC media player 0.8.6h, 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.6g</string>
+	<string>0.8.6h</string>
 	<key>CFBundleSignature</key>
 	<string>VLC#</string>
 	<key>CFBundleURLTypes</key>




More information about the vlc-devel mailing list