[vlc-devel] commit: push version to 0.9.9a (will be OS X only) ( Felix Paul Kühne )

git version control git at videolan.org
Fri Apr 3 22:39:39 CEST 2009


vlc | branch: 0.9-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Fri Apr  3 22:39:04 2009 +0200| [2510a202ae80786bafbb2e4ead46c98bf0b57e8c] | committer: Felix Paul Kühne 

push version to 0.9.9a (will be OS X only)

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

 NEWS         |    8 ++++++++
 configure.ac |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index c17bcf3..42928fe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes between 0.9.9 and 0.9.9a:
+---------------------------------
+
+Mac OS X:
+ * Updated multiple 3rd party libraries to keep in sync with the Win32 port
+ * Playback fixes for PowerPC-based Macs
+
+
 Changes between 0.9.8a and 0.9.9:
 ---------------------------------
 
diff --git a/configure.ac b/configure.ac
index 91da97d..7e09201 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
 dnl Autoconf settings for vlc
 
-AC_INIT(vlc, 0.9.9)
+AC_INIT(vlc, 0.9.9a)
 VERSION_MAJOR="0"
 VERSION_MINOR="9"
 VERSION_REVISION="9"
-VERSION_EXTRA=""
+VERSION_EXTRA="a"
 
 CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
 CODENAME="Grishenko"




More information about the vlc-devel mailing list