From 26105abf9aab1b39e1e190006c024c0ffb542d9b Mon Sep 17 00:00:00 2001 From: Siggi Langauf Date: Sat, 3 Aug 2002 18:49:58 +0000 Subject: 0.9.13 preparation... CVS patchset: 2387 CVS date: 2002/08/03 18:49:58 --- AUTHORS | 2 +- ChangeLog | 7 ++++--- configure.in | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/AUTHORS b/AUTHORS index b6a0a96a4..1d95ffb0d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -125,7 +125,7 @@ Contributions 'xinetic', 'CelomaGold', 'CelomaMdk' and 'CelomaChrome' skins. Bill Fink - powerpc patches, oss output softsync + powerpc patches, oss output softsync, "skip by chapter" feature Gert Vervoort LPCM audio decoder plugin, ffmpeg aspect ratio diff --git a/ChangeLog b/ChangeLog index a72f67ab3..4efc652db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,9 @@ xine-lib (0.9.13) unstable; urgency=low * demux_qt improvements to handle .mp4 * initial support of Quicktime6 files * image redraw in paused mode (for window resize, adjusts etc) + * skip by chapters GUI enhancement + + -- Siggi Langauf Sat, 3 Aug 2002 20:46:38 +0200 xine-lib (0.9.12) unstable; urgency=low @@ -435,6 +438,4 @@ xine (0.3.0+older) unstable; urgency=low -- Siggi Langauf Sun, 7 Jan 2001 23:59:12 +0100 -Local variables: -mode: debian-changelog -End: + diff --git a/configure.in b/configure.in index 66744a02f..6a5798e7f 100644 --- a/configure.in +++ b/configure.in @@ -20,7 +20,7 @@ dnl XINE_SUB += 1; continue with LT_* values below dnl XINE_MAJOR=0 XINE_MINOR=9 -XINE_SUB=12 +XINE_SUB=13 dnl The libtool version numbers (LT_*); Don't even think about faking this! @@ -38,9 +38,9 @@ dnl if (any interfaces have been _removed_ or incompatibly changed) dnl AGE = 0; dnl } -LT_CURRENT=1 +LT_CURRENT=2 LT_REVISION=0 -LT_AGE=1 +LT_AGE=2 dnl for a release tarball do "rm .cvsversion" before "make dist" if test -f .cvsversion; then -- cgit v1.2.3