summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 413ebd1a5..6876cdca2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,14 +34,14 @@ dnl AGE = 0;
dnl }
LT_CURRENT=9
-LT_REVISION=1
-LT_AGE=8
+LT_REVISION=2
+LT_AGE=9
dnl for a release tarball do "rm .cvsversion" before "make dist"
if test -f .cvsversion; then
XINE_PRE="cvs"
else
- XINE_PRE="rc5"
+ XINE_PRE="rc6"
fi
AC_SUBST(XINE_MAJOR)