]> git.sesse.net Git - vlc/commitdiff
* Changed temporary version to 0.8.2.svn. Sorry about that, but it
authorSam Hocevar <sam@videolan.org>
Mon, 9 May 2005 16:22:10 +0000 (16:22 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 9 May 2005 16:22:10 +0000 (16:22 +0000)
    conflicts with the version in Debian which I am unable to change.

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index a4aee382ab7724adf694db684fcaa1411238e3f2..b3372afca99a92acd4c4f14eb1288132fd1c6c01 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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:
index ff2e37721b2ef2392ca9da94ad557cfdc7c99256..cf1facd1cc003ec8848e7f14aa40fbe082a3ae05 100644 (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