* Changed temporary version to 0.8.2.svn. Sorry about that, but it

conflicts with the version in Debian which I am unable to change.
This commit is contained in:
Sam Hocevar 2005-05-09 16:22:10 +00:00
parent 9117c99bbe
commit 479539b423
2 changed files with 3 additions and 3 deletions

2
NEWS
View File

@ -1,6 +1,6 @@
$Id$
Changes between 0.8.1 and 0.8.2-svn:
Changes between 0.8.1 and 0.8.2.svn:
-----------------------------------------------------
Core support:

View File

@ -1,7 +1,7 @@
dnl Autoconf settings for vlc
dnl $Id$
AC_INIT(vlc,0.8.2-svn)
AC_INIT(vlc,0.8.2.svn)
CONFIGURE_LINE="$0 $*"
CODENAME="Janus"
@ -13,7 +13,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.8.2-svn)
AM_INIT_AUTOMAKE(vlc,0.8.2.svn)
AM_CONFIG_HEADER(config.h)
dnl