[vlc-devel] commit: Updated the version strings ( Felix Paul Kühne )
git version control
git at videolan.org
Tue May 13 10:14:48 CEST 2008
vlc | branch: 0.8.6-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Tue May 13 10:16:03 2008 +0200| [9e235808a54b60b6b44565a77df121004059a550]
Updated the version strings
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e235808a54b60b6b44565a77df121004059a550
---
extras/MacOSX/plugin/Info.plist | 6 +++---
extras/MacOSX/plugin/InstallerInfo.plist | 4 ++--
extras/MacOSX/vlc.xcodeproj/project.pbxproj | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/extras/MacOSX/plugin/Info.plist b/extras/MacOSX/plugin/Info.plist
index 8af91b7..1a5f40c 100644
--- a/extras/MacOSX/plugin/Info.plist
+++ b/extras/MacOSX/plugin/Info.plist
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>VLC Plugin</string>
<key>CFBundleGetInfoString</key>
- <string>Copyright (c) 2002-2007 The VideoLAN Team. All Rights Reserved</string>
+ <string>Copyright (c) 2002-2008 The VideoLAN Team. All Rights Reserved</string>
<key>CFBundleIdentifier</key>
<string>com.netscape.vlc</string>
<key>CFBundleInfoDictionaryVersion</key>
@@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>BRPL</string>
<key>CFBundleShortVersionString</key>
- <string>0.8.6d</string>
+ <string>0.8.6g</string>
<key>CFBundleSignature</key>
<string>MOSS</string>
<key>CFBundleVersion</key>
- <string>0.8.6d</string>
+ <string>0.8.6g</string>
<key>CSResourcesFileMapped</key>
<true/>
</dict>
diff --git a/extras/MacOSX/plugin/InstallerInfo.plist b/extras/MacOSX/plugin/InstallerInfo.plist
index f57cd2e..3ebba40 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.6d, The VideoLAN Team, All Rights Reserved.</string>
+ <string>0.8.6g, The VideoLAN Team, All Rights Reserved.</string>
<key>CFBundleIdentifier</key>
<string>org.videolan.vlc</string>
<key>CFBundleShortVersionString</key>
- <string>0.8.6d</string>
+ <string>0.8.6g</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 fab360f..e9230f1 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.6f, Copyright (c) 1996-2008 the VideoLAN team.</string>
+ <string>VLC media player 0.8.6g, 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.6f</string>
+ <string>0.8.6g</string>
<key>CFBundleSignature</key>
<string>VLC#</string>
<key>CFBundleURLTypes</key>
More information about the vlc-devel
mailing list