summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2003-03-22 17:12:11 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2003-03-22 17:12:11 +0000
commit5c2bfee41e929c724c4cf82c3af8da0e629c7085 (patch)
tree35f8419317ba4968d757cbe6833456eff575c960
parentb52bc08c7e3ca9301fe5b8ede46cfd50e30f72d6 (diff)
downloadxine-lib-5c2bfee41e929c724c4cf82c3af8da0e629c7085.tar.gz
xine-lib-5c2bfee41e929c724c4cf82c3af8da0e629c7085.tar.bz2
beta9 preparations, forgot to mention andreas in authors file
CVS patchset: 4468 CVS date: 2003/03/22 17:12:11
-rw-r--r--AUTHORS3
-rw-r--r--configure.ac8
2 files changed, 7 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index f1b2f0939..f0e6795ca 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -367,4 +367,7 @@ Dilb (?)
Dan Dennedy <dan@dennedy.org>
rawdv demuxer fixes, dvaudio patch, stdin input fixes
+Andreas Heinchen <andreas.heinchen@gmx.de>
+ xvid/divx/mpeg4 testing, patches and bugfixes
+
(let us know if we've forgotten anyone)
diff --git a/configure.ac b/configure.ac
index 9a2938e9d..d4e7d6978 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,15 +33,15 @@ dnl if (any interfaces have been _removed_ or _incompatibly changed_)
dnl AGE = 0;
dnl }
-LT_CURRENT=4
-LT_REVISION=2
-LT_AGE=3
+LT_CURRENT=5
+LT_REVISION=0
+LT_AGE=4
dnl for a release tarball do "rm .cvsversion" before "make dist"
if test -f .cvsversion; then
XINE_PRE="cvs"
else
- XINE_PRE="beta8"
+ XINE_PRE="beta9"
fi
AC_SUBST(XINE_MAJOR)