diff options
author | Siggi Langauf <siggi@users.sourceforge.net> | 2003-07-20 22:42:20 +0000 |
---|---|---|
committer | Siggi Langauf <siggi@users.sourceforge.net> | 2003-07-20 22:42:20 +0000 |
commit | 5d7c8a5888c345c4a43fd5f18d14b2eab9d6fb6c (patch) | |
tree | 3ca1594afeede4a1604dd184634249d6219bf88b | |
parent | 95e6ebe3d3920ff73bf4fe75c8c6009aa0dae6df (diff) | |
download | xine-lib-5d7c8a5888c345c4a43fd5f18d14b2eab9d6fb6c.tar.gz xine-lib-5d7c8a5888c345c4a43fd5f18d14b2eab9d6fb6c.tar.bz2 |
release preparations
CVS patchset: 5204
CVS date: 2003/07/20 22:42:20
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d11a54d18..a9296464a 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ dnl for a release tarball do "rm .cvsversion" before "make dist" if test -f .cvsversion; then XINE_PRE="cvs" else - XINE_PRE="beta13" + XINE_PRE="rc0" fi AC_SUBST(XINE_MAJOR) |