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