Commit f987a855 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Update version in configure.ac and Contribs link.

------------------------------------------------------------------------
parent bf5bd9a4
...@@ -89,14 +89,14 @@ external libraries. ...@@ -89,14 +89,14 @@ external libraries.
* We also provide a package with all the libraries already compiled so it is * We also provide a package with all the libraries already compiled so it is
actually really easy to compile a full-featured version of vlc (these compiled actually really easy to compile a full-featured version of vlc (these compiled
libraries will only work with mingw or cygwin): libraries will only work with mingw or cygwin):
http://download.videolan.org/pub/testing/win32/contrib-20061202-win32-bin-gcc-3.4.5-only.tar.bz2 http://download.videolan.org//pub/testing/win32/contrib-20070412-win32-0.8.6b-bin-gcc-3.4.5-only.tar.bz2
(Check out for more recent versions at the same location). (Check out for more recent versions at the same location).
All you need to do is extract it in your root directory (the include files All you need to do is extract it in your root directory (the include files
and libraries will be put in /usr/win32). You can do this with the following and libraries will be put in /usr/win32). You can do this with the following
command: command:
tar xjvf contrib-20061202-win32-bin-gcc-3.4.5-only.tar.bz2 -C / tar xjvf contrib-20070412-win32-0.8.6b-bin-gcc-3.4.5-only.tar.bz2 -C /
Please note the "-C /". Please note the "-C /".
......
...@@ -4,7 +4,7 @@ AC_INIT(vlc,0.8.6c) ...@@ -4,7 +4,7 @@ AC_INIT(vlc,0.8.6c)
VERSION_MAJOR="0" VERSION_MAJOR="0"
VERSION_MINOR="8" VERSION_MINOR="8"
VERSION_REVISION="6" VERSION_REVISION="6"
VERSION_EXTRA="b" VERSION_EXTRA="c"
CONFIGURE_LINE="$0 $*" CONFIGURE_LINE="$0 $*"
CODENAME="Janus" CODENAME="Janus"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment