[vlc-devel] commit: This is still 0.8.6g ( Felix Paul Kühne )
git version control
git at videolan.org
Sat May 24 03:10:48 CEST 2008
vlc | branch: 0.8.6-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Sat May 24 03:12:11 2008 +0200| [d40bd1258134a406e1c7f83729d0085f0e58eec4]
This is still 0.8.6g
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d40bd1258134a406e1c7f83729d0085f0e58eec4
---
configure.ac | 4 ++--
.../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, 10 insertions(+), 10 deletions(-)
diff --git a/configure.ac b/configure.ac
index 1736263..91d61b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
dnl Autoconf settings for vlc
-AC_INIT(vlc,0.8.6h)
+AC_INIT(vlc,0.8.6g)
VERSION_MAJOR="0"
VERSION_MINOR="8"
VERSION_REVISION="6"
-VERSION_EXTRA="h"
+VERSION_EXTRA="g"
CONFIGURE_LINE="$0 $*"
CODENAME="Janus"
diff --git a/extras/MacOSX/Resources/English.lproj/InfoPlist.strings b/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
index 93b7bc0..0dc1104 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.6g";
+CFBundleGetInfoString = "VLC media player 0.8.6g 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 79bbe20..4d6693d 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..1a5f40c 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.6g</string>
<key>CFBundleSignature</key>
<string>MOSS</string>
<key>CFBundleVersion</key>
- <string>0.8.6h</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 db5b565..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.6h, 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.6h</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 60ce56e..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.6h, 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.6h</string>
+ <string>0.8.6g</string>
<key>CFBundleSignature</key>
<string>VLC#</string>
<key>CFBundleURLTypes</key>
More information about the vlc-devel
mailing list