diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-30 11:15:31 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-30 11:15:31 +0000 |
commit | f47f0bea5c976589a456d51e37706372eada86c0 (patch) | |
tree | 3247c815813f705f4f4806f4a87be81afccf7922 | |
parent | db2bdd3f29a097632fe2bcad944a0201d357eb05 (diff) | |
download | xine-lib-f47f0bea5c976589a456d51e37706372eada86c0.tar.gz xine-lib-f47f0bea5c976589a456d51e37706372eada86c0.tar.bz2 |
updates for 0.5.0rc3
CVS patchset: 367
CVS date: 2001/07/30 11:15:31
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 154914610..aa2101778 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ dnl AC_PREREQ_LIBTOOL(1.4.0,,AC_MSG_ERROR(*** You should have libtool >= 1.4 ins XINE_MAJOR=0 XINE_MINOR=5 XINE_SUB=0 -XINE_PRE=".rc2" +XINE_PRE=".rc3" TAR_NAME="xine-lib-"$XINE_MAJOR.$XINE_MINOR.$XINE_SUB$XINE_PRE SPEC_VERSION=$XINE_MAJOR.$XINE_MINOR.$XINE_SUB$XINE_PRE |