vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon Mar 19 11:54:53 2012 +0100| [c9ffe8461cfa7e7c94f235a4c393331269b720c9] | committer: Jean-Baptiste Kempf
On the road to 2.0.2 > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=c9ffe8461cfa7e7c94f235a4c393331269b720c9 --- NEWS | 5 +++++ configure.ac | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a3e04ff..c1aaa4b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Changes between 2.0.1 and 2.0.2: +-------------------------------- + + + Changes between 2.0.0 and 2.0.1: -------------------------------- diff --git a/configure.ac b/configure.ac index a4296e9..3bf0f0e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,10 +2,10 @@ dnl Autoconf settings for vlc AC_COPYRIGHT([Copyright 2002-2012 VLC authors and VideoLAN]) -AC_INIT(vlc, 2.0.1) +AC_INIT(vlc, 2.0.2) VERSION_MAJOR=2 VERSION_MINOR=0 -VERSION_REVISION=1 +VERSION_REVISION=2 VERSION_EXTRA=0 VERSION_DEV= _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
