npapi-vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Jan 24 19:17:08 2012 +0100| [7a6f0c7663d1e2504513fe4ee651daffda20caab] | committer: Jean-Baptiste Kempf
Next release is 2.0.0 > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=7a6f0c7663d1e2504513fe4ee651daffda20caab --- NEWS | 2 +- configure.ac | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 39de49b..da09615 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes between VLC 1.1.4 and 1.2.0-rc: +Changes between VLC 1.1.4 and 2.0.0-rc: ----------------------------------- * Mozilla and ActiveX plugin separated from the main VLC source, diff --git a/configure.ac b/configure.ac index e5a2e2c..17e7f64 100644 --- a/configure.ac +++ b/configure.ac @@ -2,10 +2,10 @@ dnl Autoconf settings for npapi-vlc AC_COPYRIGHT([Copyright 2002-2011 VLC authors and VideoLAN]) -AC_INIT(npapi-vlc, 1.2.0-rc) -VERSION_MAJOR="1" +AC_INIT(npapi-vlc, 2.0.0-rc) +VERSION_MAJOR="2" AC_SUBST(VERSION_MAJOR) -VERSION_MINOR="2" +VERSION_MINOR="0" AC_SUBST(VERSION_MINOR) VERSION_REVISION="0" AC_SUBST(VERSION_REVISION) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
