From 47054eed04f942848b838cbe7590101bedb1b775 Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Mon, 17 Feb 2003 14:43:37 +0000 Subject: [PATCH] Now 0.5.2-cvs (estimated release date in two weeks from now). --- NEWS | 3 +-- configure.ac.in | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index e1e7773c03..604fe681e0 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/configure.ac.in b/configure.ac.in index 14e7334fb8..004c63c80e 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -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