summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac6
-rw-r--r--debian/changelog6
2 files changed, 9 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 28427ccaf..49fdd2066 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,15 +44,15 @@ dnl are platform dependent
dnl * in Linux, the library will be named
dnl libname.so.(LT_CURRENT - LT_AGE).LT_AGE.LT_REVISION
-LT_CURRENT=10
+LT_CURRENT=11
LT_REVISION=0
-LT_AGE=9
+LT_AGE=10
dnl for a release tarball do "rm .cvsversion" before "make dist"
if test -f .cvsversion; then
XINE_PRE="cvs"
else
- XINE_PRE="rc6a"
+ XINE_PRE="rc7"
fi
AC_SUBST(XINE_MAJOR)
diff --git a/debian/changelog b/debian/changelog
index 26e34fdf3..9a4d0dc37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xine-lib (1-rc7-0) unstable; urgency=low
+
+ * New upstream release
+
+ -- Siggi Langauf <siggi@debian.org> Sun, 31 Oct 2004 16:58:55 +0100
+
xine-lib (1-rc6a-1) unstable; urgency=high
* new upstream release (closes: #263418)