diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -29,6 +29,7 @@ xine-lib (1-rc4) * disable AUD content detection because of false positives * fix Real pnm/rtsp streaming on big endian platforms * big endian fix, and delay fixes for the file (wave) audio output plugin + * RTSP security fixes xine-lib (1-rc3c) * fix the deadlock with non-seekable input plugins diff --git a/configure.ac b/configure.ac index 10f01a955..6606d2d81 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="rc3c" + XINE_PRE="rc4" fi AC_SUBST(XINE_MAJOR) |