summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2004-12-14 22:06:47 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2004-12-14 22:06:47 +0000
commit63799e2e9a09b8d741a73d2134c9b70edaaf5639 (patch)
treec8cdb5f54d4d6da4713353859853b616d5bb70d2
parent12f2841efee3323ee1f904bcead43b42fae5fee0 (diff)
downloadxine-lib-63799e2e9a09b8d741a73d2134c9b70edaaf5639.tar.gz
xine-lib-63799e2e9a09b8d741a73d2134c9b70edaaf5639.tar.bz2
preparing for rc8 (really soon, i hope there will be no delays this time!)
CVS patchset: 7254 CVS date: 2004/12/14 22:06:47
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index cca03bb5c..1f726a3cc 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=11
+LT_CURRENT=12
LT_REVISION=0
-LT_AGE=10
+LT_AGE=11
dnl for a release tarball do "rm .cvsversion" before "make dist"
if test -f .cvsversion; then
XINE_PRE="cvs"
else
- XINE_PRE="rc7"
+ XINE_PRE="rc8"
fi
AC_SUBST(XINE_MAJOR)