diff options
author | Siggi Langauf <siggi@users.sourceforge.net> | 2002-08-03 18:49:58 +0000 |
---|---|---|
committer | Siggi Langauf <siggi@users.sourceforge.net> | 2002-08-03 18:49:58 +0000 |
commit | 26105abf9aab1b39e1e190006c024c0ffb542d9b (patch) | |
tree | 9df0c78a75184e22463eed95add4526cee6bcb98 | |
parent | 1a5b2c18310f9dece9ffbfd0130291661ff5353f (diff) | |
download | xine-lib-26105abf9aab1b39e1e190006c024c0ffb542d9b.tar.gz xine-lib-26105abf9aab1b39e1e190006c024c0ffb542d9b.tar.bz2 |
0.9.13 preparation...
CVS patchset: 2387
CVS date: 2002/08/03 18:49:58
-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 |