[vlc-devel] commit: Updated version strings for OS X ( Felix Paul Kühne )

git version control git at videolan.org
Sat Jul 12 16:57:48 CEST 2008


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Jul  8 23:08:27 2008 +0200| [c47c6a8bc9bcb4b1bcbaaf6d702f7c1bfd313bd0]

Updated version strings for OS X

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

 extras/package/macosx/Info.plist                   |    6 +++---
 .../Resources/English.lproj/InfoPlist.strings      |    6 +++---
 .../macosx/plugin/English.lproj/InfoPlist.strings  |  Bin 534 -> 562 bytes
 extras/package/macosx/plugin/Info.plist            |    6 +++---
 extras/package/macosx/plugin/InstallerInfo.plist   |    4 ++--
 5 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/extras/package/macosx/Info.plist b/extras/package/macosx/Info.plist
index 53cb078..8f6e0d3 100644
--- a/extras/package/macosx/Info.plist
+++ b/extras/package/macosx/Info.plist
@@ -724,7 +724,7 @@
 	<key>CFBundleExecutable</key>
 	<string>VLC</string>
 	<key>CFBundleGetInfoString</key>
-	<string>VLC media player 0.9.0-git, Copyright (c) 1996-2008 the VideoLAN team.</string>
+	<string>VLC media player 0.9.0-test2, Copyright (c) 1996-2008 the VideoLAN Team</string>
 	<key>CFBundleIconFile</key>
 	<string>vlc.icns</string>
 	<key>CFBundleIdentifier</key>
@@ -736,7 +736,7 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>0.9.0-git</string>
+	<string>0.9.0-test2</string>
 	<key>CFBundleSignature</key>
 	<string>VLC#</string>
 	<key>CFBundleURLTypes</key>
@@ -793,7 +793,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>0.9.0-git</string>
+	<string>0.9.0-test2</string>
 	<key>NSAppleScriptEnabled</key>
 	<string>YES</string>
 	<key>NSMainNibFile</key>
diff --git a/extras/package/macosx/Resources/English.lproj/InfoPlist.strings b/extras/package/macosx/Resources/English.lproj/InfoPlist.strings
index 584a29b..03a702d 100644
--- a/extras/package/macosx/Resources/English.lproj/InfoPlist.strings
+++ b/extras/package/macosx/Resources/English.lproj/InfoPlist.strings
@@ -1,6 +1,6 @@
 /* Localized versions of Info.plist keys */
 
 CFBundleName = "VLC";
-CFBundleShortVersionString = "0.9.0-git";
-CFBundleGetInfoString = "VLC media player 0.9.0-git Copyright (c) 1996-2008 the VideoLAN team";
-NSHumanReadableCopyright = "Copyright (c) 1996-2008 the VideoLAN team";
+CFBundleShortVersionString = "0.9.0-test2";
+CFBundleGetInfoString = "VLC media player 0.9.0-test2 Copyright (c) 1996-2008 the VideoLAN Team";
+NSHumanReadableCopyright = "Copyright (c) 1996-2008 the VideoLAN Team";
diff --git a/extras/package/macosx/plugin/English.lproj/InfoPlist.strings b/extras/package/macosx/plugin/English.lproj/InfoPlist.strings
index b587908..5baf2ea 100644
Binary files a/extras/package/macosx/plugin/English.lproj/InfoPlist.strings and b/extras/package/macosx/plugin/English.lproj/InfoPlist.strings differ
diff --git a/extras/package/macosx/plugin/Info.plist b/extras/package/macosx/plugin/Info.plist
index cef5597..5ab5ac9 100644
--- a/extras/package/macosx/plugin/Info.plist
+++ b/extras/package/macosx/plugin/Info.plist
@@ -7,7 +7,7 @@
 	<key>CFBundleExecutable</key>
 	<string>VLC Plugin</string>
 	<key>CFBundleGetInfoString</key>
-	<string>Copyright 2002-2007 The VideoLAN Team. All Rights Reserved</string>
+	<string>Copyright 2002-2008 The VideoLAN Team. All Rights Reserved</string>
 	<key>CFBundleIdentifier</key>
 	<string>com.netscape.vlc</string>
 	<key>CFBundleInfoDictionaryVersion</key>
@@ -19,9 +19,9 @@
 	<key>CFBundleSignature</key>
 	<string>MOSS</string>
 	<key>CFBundleVersion</key>
-	<string>0.12</string>
+	<string>0.9.0-test2</string>
 	<key>CFBundleShortVersionString</key>
-	<string>0.12</string>
+	<string>0.9.0-test2</string>
 	<key>CSResourcesFileMapped</key>
 	<true/>
 </dict>
diff --git a/extras/package/macosx/plugin/InstallerInfo.plist b/extras/package/macosx/plugin/InstallerInfo.plist
index 154cb85..d0202b5 100644
--- a/extras/package/macosx/plugin/InstallerInfo.plist
+++ b/extras/package/macosx/plugin/InstallerInfo.plist
@@ -3,11 +3,11 @@
 <plist version="1.0">
 <dict>
 	<key>CFBundleGetInfoString</key>
-	<string>0.8.5, 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.5</string>
+	<string>0.8.6i</string>
 	<key>IFMajorVersion</key>
 	<integer>0</integer>
 	<key>IFMinorVersion</key>




More information about the vlc-devel mailing list