From 08dcf8d79b770927fe4d50b7626d9f26ae14f029 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Thu, 15 Jun 2000 18:50:13 +0000 Subject: [PATCH] =?utf8?q?=20.=20petit=20oubli=20b=EF=BF=BDte=20dans=20le?= =?utf8?q?=20`make=20snapshot`?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile.in | 2 +- configure.in | 2 +- debian/changelog | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 014e24add2..8ba410c003 100644 --- a/Makefile.in +++ b/Makefile.in @@ -306,7 +306,7 @@ show: snapshot: rm -rf /tmp/${SNAPSHOTDIR} mkdir /tmp/${SNAPSHOTDIR} - cp -a * /tmp/${SNAPSHOTDIR} + cp -r * /tmp/${SNAPSHOTDIR} (cd /tmp/${SNAPSHOTDIR} ; \ make distclean ; \ find . -type d -name CVS | xargs rm -rf ; \ diff --git a/configure.in b/configure.in index 2e8496127a..dd507a2b30 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AC_CONFIG_HEADER(include/defs.h) AC_CANONICAL_HOST -VLC_VERSION=0.1.99 +VLC_VERSION=0.1.99a AC_SUBST(VLC_VERSION) VLC_CODENAME=Onatopp AC_SUBST(VLC_CODENAME) diff --git a/debian/changelog b/debian/changelog index dda2ab7a76..d87c896c3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vlc (0.1.99a) unstable; urgency=low + + * Fixed some compile flag errors + + -- Samuel Hocevar Thu, 15 Jun 2000 20:48:54 +0200 + vlc (0.1.99-1) unstable; urgency=low * Initial Release. -- 2.39.2