diff options
author | Siggi Langauf <siggi@users.sourceforge.net> | 2003-01-26 22:43:54 +0000 |
---|---|---|
committer | Siggi Langauf <siggi@users.sourceforge.net> | 2003-01-26 22:43:54 +0000 |
commit | c261558eafea79fd2e7727c2bcd7c80b02a04ff0 (patch) | |
tree | fdb1613882369bacf8d5db335a89b34c02c7cf57 | |
parent | 4504a973918c2ece28b3fe70b1d8ab47f62c2e86 (diff) | |
download | xine-lib-c261558eafea79fd2e7727c2bcd7c80b02a04ff0.tar.gz xine-lib-c261558eafea79fd2e7727c2bcd7c80b02a04ff0.tar.bz2 |
preparing for 1-beta3
(there's only the pnm streaming bug now...)
CVS patchset: 4015
CVS date: 2003/01/26 22:43:54
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index ca74d924e..cbe24ce39 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=1 -LT_REVISION=1 -LT_AGE=0 +LT_CURRENT=2 +LT_REVISION=0 +LT_AGE=1 dnl for a release tarball do "rm .cvsversion" before "make dist" if test -f .cvsversion; then XINE_PRE="cvs" else - XINE_PRE="beta2" + XINE_PRE="beta3" fi AC_SUBST(XINE_MAJOR) |