diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.in | 6 |
3 files changed, 8 insertions, 7 deletions
@@ -125,7 +125,7 @@ Contributions 'xinetic', 'CelomaGold', 'CelomaMdk' and 'CelomaChrome' skins. Bill Fink <billfink@mindspring.com> - powerpc patches, oss output softsync + powerpc patches, oss output softsync, "skip by chapter" feature Gert Vervoort <Gert.Vervoort@wxs.nl> LPCM audio decoder plugin, ffmpeg aspect ratio @@ -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 <siggi@users.sf.net> 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 <siggi@users.sourceforge.net> 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 |