Now 0.5.2-cvs (estimated release date in two weeks from now).

This commit is contained in:
Christophe Massiot 2003-02-17 14:43:37 +00:00
parent a9899491dc
commit 47054eed04
2 changed files with 3 additions and 4 deletions

3
NEWS
View File

@ -1,4 +1,4 @@
$Id: NEWS,v 1.21 2003/02/17 06:15:21 sam Exp $
$Id: NEWS,v 1.22 2003/02/17 14:43:37 massiot Exp $
Changes between 0.5.0 and 0.5.1:
--------------------------------
@ -42,7 +42,6 @@ Mac OS X port:
* the dock should no longer be visible in fullscreen mode
* the Mac OS X binary is now compiled with Ogg/Theora support
* vlc.app is now VLC.app
* added an info panel
Win32 port:
* fixed the "RichEdit line insertion error" bug

View File

@ -1,6 +1,6 @@
dnl Autoconf settings for vlc
AC_INIT(vlc,0.5.1)
AC_INIT(vlc,0.5.2-cvs)
CONFIGURE_LINE="$0 $*"
CODENAME="Natalya"
@ -11,7 +11,7 @@ AC_CANONICAL_SYSTEM
dnl XXX: we don't put any flags here, because automake 1.5 doesn't support
dnl them. And we need the comma otherwize automake will choke on it.
AM_INIT_AUTOMAKE(vlc,0.5.1)
AM_INIT_AUTOMAKE(vlc,0.5.2-cvs)
AM_CONFIG_HEADER(config.h)
dnl