diff options
author | Siggi Langauf <siggi@users.sourceforge.net> | 2003-02-21 16:08:14 +0000 |
---|---|---|
committer | Siggi Langauf <siggi@users.sourceforge.net> | 2003-02-21 16:08:14 +0000 |
commit | 99b6826ef0e398477a057636db6d35944ca6880d (patch) | |
tree | bbbdb712df32fdd36b9629d068899ca7a618c8eb | |
parent | 82a4e673b83c150b53c50b89babd164517afc898 (diff) | |
download | xine-lib-99b6826ef0e398477a057636db6d35944ca6880d.tar.gz xine-lib-99b6826ef0e398477a057636db6d35944ca6880d.tar.bz2 |
version bouncing for the upcoming release
CVS patchset: 4230
CVS date: 2003/02/21 16:08:14
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index d0cfa8b92..a8aa067da 100644 --- a/configure.ac +++ b/configure.ac @@ -29,19 +29,19 @@ dnl LT_REVISION = 0; dnl LT_CURRENT ++; dnl if (any interfaces have been _added_ since last release) dnl AGE ++; -dnl if (any interfaces have been _removed_ or incompatibly changed) +dnl if (any interfaces have been _removed_ or _incompatibly changed_) dnl AGE = 0; dnl } -LT_CURRENT=3 +LT_CURRENT=4 LT_REVISION=0 -LT_AGE=2 +LT_AGE=3 dnl for a release tarball do "rm .cvsversion" before "make dist" if test -f .cvsversion; then XINE_PRE="cvs" else - XINE_PRE="beta4" + XINE_PRE="beta5" fi AC_SUBST(XINE_MAJOR) |