vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | Sat Feb 18 13:02:42 2012 +0100| [3543efbf61ce76bfb1c61ec2eab41f9406771b1a] | committer: Jean-Baptiste Kempf
On the road to 2.0.1 > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=3543efbf61ce76bfb1c61ec2eab41f9406771b1a --- NEWS | 4 ++++ configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 8a729f0..42ce369 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Changes between 2.0.0 and 2.0.1: +-------------------------------- + + Changes between 1.1.13 and 2.0.0: --------------------------------- diff --git a/configure.ac b/configure.ac index 0f0a88a..c5de680 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.0) +AC_INIT(vlc, 2.0.1) VERSION_MAJOR=2 VERSION_MINOR=0 -VERSION_REVISION=0 +VERSION_REVISION=1 VERSION_EXTRA=0 VERSION_DEV= _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
