diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-09-03 16:35:36 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-09-03 16:35:36 +0100 |
commit | 0962afd7f4cd22264ebe45fdf23719d29090695b (patch) | |
tree | 68992a9f7e25bf5feabce87a87948c4c84ee686b | |
parent | 5aa335b2b60b0d2cf4f411b509cd2493d6a5e282 (diff) | |
download | xine-lib-0962afd7f4cd22264ebe45fdf23719d29090695b.tar.gz xine-lib-0962afd7f4cd22264ebe45fdf23719d29090695b.tar.bz2 |
Bump version info, ready for an eventual 1.1.9 release.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 4 |
3 files changed, 5 insertions, 3 deletions
@@ -1,3 +1,5 @@ +xine-lib (1.1.9) (unreleased) + xine-lib (1.1.8) * Send a channel-changed event to the frontend when receiving the SYNC string from last.fm streaming server. diff --git a/configure.ac b/configure.ac index 224f45773..f0561f927 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl XINE_SUB += 1; continue with XINE_LT_* values below dnl XINE_MAJOR=1 XINE_MINOR=1 -XINE_SUB=8 +XINE_SUB=9 #if test $XINE_SUB -eq 0 ; then # XINE_SUBPART=""; diff --git a/debian/changelog b/debian/changelog index 997d81729..bf11720e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -xine-lib (1.1.8~hg-0) unstable; urgency=low +xine-lib (1.1.9~hg-0) unstable; urgency=low * Hg snapshot. - -- Darren Salt <linux@youmustbejoking.demon.co.uk> Tue, 14 Aug 2007 15:03:49 +0100 + -- Darren Salt <linux@youmustbejoking.demon.co.uk> Mon, 03 Sep 2007 16:12:52 +0100 xine-lib (1.1.5~cvs-0) unstable; urgency=low |