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

On the road to 1.1.3

parent b871bacb
Changes between 1.1.1 and 1.1.2 Changes between 1.1.2 and 1.1.3-git
-------------------------------
Changes between 1.1.1 and 1.1.2:
------------------------------- -------------------------------
Demuxers: Demuxers:
......
...@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc ...@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 2002-2010 the VideoLAN team]) AC_COPYRIGHT([Copyright 2002-2010 the VideoLAN team])
AC_INIT(vlc, 1.1.2) AC_INIT(vlc, 1.1.3-git)
VERSION_MAJOR="1" VERSION_MAJOR="1"
VERSION_MINOR="1" VERSION_MINOR="1"
VERSION_REVISION="2" VERSION_REVISION="3"
VERSION_EXTRA="" 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