From c9d63207b5f910af13d94a901f3d62343fbb6c9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Stenac?= Date: Fri, 14 Apr 2006 12:09:26 +0000 Subject: [PATCH] Bump version numbers --- configure.ac | 8 ++++---- extras/MacOSX/Resources/English.lproj/InfoPlist.strings | 4 ++-- extras/MacOSX/vlc.pbproj/project.pbxproj | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/configure.ac b/configure.ac index 23df9d754b..2451c17fd4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ dnl Autoconf settings for vlc -AC_INIT(vlc,0.8.5-test2) +AC_INIT(vlc,0.8.6-svn) VERSION_MAJOR="0" VERSION_MINOR="8" -VERSION_REVISION="5" -VERSION_EXTRA="test2" +VERSION_REVISION="6" +VERSION_EXTRA="svn" CONFIGURE_LINE="$0 $*" CODENAME="Janus" @@ -16,7 +16,7 @@ AC_CANONICAL_SYSTEM dnl XXX: we don't put any flags here, because automake 1.5 doesn't support dnl them. And we need the comma otherwize automake will choke on it. -AM_INIT_AUTOMAKE(vlc,0.8.5-test2) +AM_INIT_AUTOMAKE(vlc,0.8.6-svn) AM_CONFIG_HEADER(config.h) dnl Too many people are not aware of maintainer mode: diff --git a/extras/MacOSX/Resources/English.lproj/InfoPlist.strings b/extras/MacOSX/Resources/English.lproj/InfoPlist.strings index 6d0f331487..ac9cdf6430 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.5-test2"; -CFBundleGetInfoString = "VLC media player 0.8.5-test2 Copyright (c) 1996-2006 the VideoLAN team"; +CFBundleShortVersionString = "0.8.6-svn"; +CFBundleGetInfoString = "VLC media player 0.8.6-svn Copyright (c) 1996-2006 the VideoLAN team"; NSHumanReadableCopyright = "Copyright (c) 1996-2006 the VideoLAN team"; diff --git a/extras/MacOSX/vlc.pbproj/project.pbxproj b/extras/MacOSX/vlc.pbproj/project.pbxproj index 97295c8928..caa0135f0c 100644 --- a/extras/MacOSX/vlc.pbproj/project.pbxproj +++ b/extras/MacOSX/vlc.pbproj/project.pbxproj @@ -742,7 +742,7 @@ CFBundleExecutable VLC CFBundleGetInfoString - VLC media player 0.8.5-test2, Copyright (c) 1996-2006 the VideoLAN team. + VLC media player 0.8.6-svn, Copyright (c) 1996-2006 the VideoLAN team. CFBundleIconFile vlc.icns CFBundleIdentifier @@ -754,7 +754,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.8.5-test2 + 0.8.6-svn CFBundleSignature VLC# CFBundleURLTypes @@ -811,7 +811,7 @@ CFBundleVersion - 0.8.5-test2 + 0.8.6-svn NSAppleScriptEnabled YES NSMainNibFile -- GitLab