]> git.sesse.net Git - vlc/commitdiff
* Bumped up version number to 0.4.0 ;
authorChristophe Massiot <massiot@videolan.org>
Mon, 20 May 2002 20:58:58 +0000 (20:58 +0000)
committerChristophe Massiot <massiot@videolan.org>
Mon, 20 May 2002 20:58:58 +0000 (20:58 +0000)
* Updated changelog.

ChangeLog
configure
configure.in
ipkg/control
vlc.spec

index 8bb0c5394260dfc3bd05309bffb3e345e01b3055..6bedf7ee1095ccc612c470c9048c5e9ae7636ee7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,12 @@
 
 HEAD
 
+  * Nothing yet.
+
+0.4.0
+Mon, 20 May 2002 22:53:48 +0200
+
+  * ./plugins/network/ipv6.c: experimental support for Windows IPv6
   * ./plugins/a52/a52.c: added an option to disable the dynamic range
     compression.
   * ./Makefile.opts.in: removed configuration stuff which does not need to
index fa36b617a0db88eda18984970408228cb01ce046..af98f3160bc0bd04560817ef3082ae69a906e607 100755 (executable)
--- a/configure
+++ b/configure
@@ -773,7 +773,7 @@ test "$host_alias" != "$target_alias" &&
 
 
 PACKAGE="vlc"
-VERSION="0.3.1"
+VERSION="0.4.0"
 CODENAME=Ourumov
 
 save_CFLAGS="${CFLAGS}"
index c1f2f9e8bb2d9b21ca504c8aaed48bea4a4f97a6..7e4253b4c261d6e6d5fb41ec7a9a54b0e91f74de 100644 (file)
@@ -4,7 +4,7 @@ AC_CONFIG_HEADER(include/defs.h)
 AC_CANONICAL_SYSTEM
 
 PACKAGE="vlc"
-VERSION="0.3.1"
+VERSION="0.4.0"
 CODENAME=Ourumov
 
 dnl Save CFLAGS and LDFLAGS
index 4f8b23f292216621c5170123842cb367f968adda..2c5f9e6ef3fbdea8d9fd5995941a8c585d3195de 100644 (file)
@@ -1,7 +1,7 @@
 Package: vlc
 Section: graphics
 Priority: optional
-Version: 0.3.1
+Version: 0.4.0
 Release: 1
 Architecture: arm
 Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>,  Christophe Massiot <massiot@via.ecp.fr>
index 70756dbd4034ff5441be464516eb40614b3b11d4..18eaf77d0891d73a2c7d3cf2acbab3d36caa44b9 100644 (file)
--- a/vlc.spec
+++ b/vlc.spec
@@ -409,7 +409,7 @@ rm -fr %buildroot
 %{_libdir}/videolan/vlc/alsa.so
 
 %changelog
-* Sat May 18 2002 Yves Duret <yduret@mandrakesoft.com> 0.4.0-1mdk
+* Mon May 20 2002 Yves Duret <yduret@mandrakesoft.com> 0.4.0-1mdk
 - version 0.4.0 with MPEG4 (DivX) support thx ffmpeg.
   thus s/MPEG, MPEG2 and DVD/multimedia/g
 - sync %%description with debian ones.