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

Start of 1.1.0-git.

Codename is not changed yet (Zukovsky? Stop Goldeneye?)
parent cb1bd11f
Changes between 1.0.0-rc1 and 1.1.0:
------------------------------------
Changes between 0.9.9a and 1.0.0-rc1: Changes between 0.9.9a and 1.0.0-rc1:
------------------------------------ ------------------------------------
......
...@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc ...@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 2002-2009 the VideoLAN team]) AC_COPYRIGHT([Copyright 2002-2009 the VideoLAN team])
AC_INIT(vlc, 1.0.0-rc1) AC_INIT(vlc, 1.1.0-git)
VERSION_MAJOR="1" VERSION_MAJOR="1"
VERSION_MINOR="0" VERSION_MINOR="1"
VERSION_REVISION="0" VERSION_REVISION="0"
VERSION_EXTRA="-rc1" VERSION_EXTRA="-git"
PKGDIR="vlc" PKGDIR="vlc"
AC_SUBST(PKGDIR) AC_SUBST(PKGDIR)
......
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