]> git.sesse.net Git - vlc/commitdiff
change version number to 0.8.2-svn2 (0.8.2.svn broke the windows build)
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 10 May 2005 12:56:02 +0000 (12:56 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 10 May 2005 12:56:02 +0000 (12:56 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index b3372afca99a92acd4c4f14eb1288132fd1c6c01..967aa0b33c71c23caf3c8e31a7cc3a0d7496287e 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-svn2:
 -----------------------------------------------------
 
 Core support:
index cf1facd1cc003ec8848e7f14aa40fbe082a3ae05..cf2790aa4ddfb77d1d0456f5d4d637e113697c60 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-svn2)
 
 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-svn2)
 AM_CONFIG_HEADER(config.h)
 
 dnl