[vlc-devel] commit: Prepare for release ( Felix Paul Kühne )
git version control
git at videolan.org
Sun May 25 13:00:50 CEST 2008
vlc | branch: 0.8.6-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Sun May 25 12:54:35 2008 +0200| [94276407ef4134827829ca2685805ee4a50a6a13]
Prepare for release
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=94276407ef4134827829ca2685805ee4a50a6a13
---
configure.ac | 2 +-
.../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 ++--
6 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/configure.ac b/configure.ac
index 91d61b8..e57a092 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Autoconf settings for vlc
-AC_INIT(vlc,0.8.6g)
+AC_INIT(vlc,0.8.6h)
VERSION_MAJOR="0"
VERSION_MINOR="8"
VERSION_REVISION="6"
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 4d6693d..ab3b12b 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