diff options
author | Siggi Langauf <siggi@users.sourceforge.net> | 2003-12-28 11:02:35 +0000 |
---|---|---|
committer | Siggi Langauf <siggi@users.sourceforge.net> | 2003-12-28 11:02:35 +0000 |
commit | ff5836ecf01c40aec251d5d71b70ea8fee86d517 (patch) | |
tree | 6501c82d4648bb3a74fefd8f7b289e429e48a2ee /configure.ac | |
parent | dd0c1fc3a2c6f77fe9f68a291225488a3238b97f (diff) | |
download | xine-lib-ff5836ecf01c40aec251d5d71b70ea8fee86d517.tar.gz xine-lib-ff5836ecf01c40aec251d5d71b70ea8fee86d517.tar.bz2 |
a new release is due. Last tests are running...
CVS patchset: 5953
CVS date: 2003/12/28 11:02:35
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ed322bc02..58753588e 100644 --- a/configure.ac +++ b/configure.ac @@ -34,14 +34,14 @@ dnl AGE = 0; dnl } LT_CURRENT=9 -LT_REVISION=0 +LT_REVISION=1 LT_AGE=8 dnl for a release tarball do "rm .cvsversion" before "make dist" if test -f .cvsversion; then XINE_PRE="cvs" else - XINE_PRE="rc3" + XINE_PRE="rc3a" fi AC_SUBST(XINE_MAJOR) |