diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-04-08 17:51:23 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-04-08 17:51:23 +0000 |
commit | 539b793ffedae08c1b5f9196bc372efd086ad079 (patch) | |
tree | 17e9fb86d5bd2ef392a5468abc0e49656c1bc439 /configure.ac | |
parent | 2ce98e8fe09f25d4d42897c6c0891e294787e18a (diff) | |
download | xine-lib-1-beta10.tar.gz xine-lib-1-beta10.tar.bz2 |
CVS patchset: 4574
CVS date: 2003/04/08 17:51:23
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index f533f979c..e0ac5876f 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=5 +LT_CURRENT=6 LT_REVISION=0 -LT_AGE=4 +LT_AGE=5 dnl for a release tarball do "rm .cvsversion" before "make dist" if test -f .cvsversion; then XINE_PRE="cvs" else - XINE_PRE="beta9" + XINE_PRE="beta10" fi AC_SUBST(XINE_MAJOR) |