vlc/vlc-2.0 | branch: master | Felix Paul Kühne <[email protected]> | Mon Jul 2 14:20:22 2012 +0200| [ab8a0eba54e73bc3d7cf943eef34c36032e969fb] | committer: Felix Paul Kühne
On the road to 2.0.3 > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=ab8a0eba54e73bc3d7cf943eef34c36032e969fb --- NEWS | 4 ++++ configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e64b659..cc085df 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Changes between 2.0.2 and 2.0.3: +-------------------------------- + + Changes between 2.0.1 and 2.0.2: -------------------------------- diff --git a/configure.ac b/configure.ac index 3776421..0b0367f 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.2) +AC_INIT(vlc, 2.0.3) VERSION_MAJOR=2 VERSION_MINOR=0 -VERSION_REVISION=2 +VERSION_REVISION=3 VERSION_EXTRA=0 VERSION_DEV= _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
