vlc/vlc-2.1 | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Dec 10 10:36:57 2013 +0100| [df57efaf34e5050c71ae5efac2cc16a1c81b84c8] | committer: Jean-Baptiste Kempf
On the road to 2.1.3 > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=df57efaf34e5050c71ae5efac2cc16a1c81b84c8 --- NEWS | 3 +++ configure.ac | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b4e60eb..dfac80a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Changes between 2.1.2 and 2.1.3: +-------------------------------- + Changes between 2.1.1 and 2.1.2: -------------------------------- diff --git a/configure.ac b/configure.ac index 02fb8aa..92e6916 100644 --- a/configure.ac +++ b/configure.ac @@ -2,10 +2,10 @@ dnl Autoconf settings for vlc AC_COPYRIGHT([Copyright 2002-2013 VLC authors and VideoLAN]) -AC_INIT(vlc, 2.1.2) +AC_INIT(vlc, 2.1.3) VERSION_MAJOR=2 VERSION_MINOR=1 -VERSION_REVISION=2 +VERSION_REVISION=3 VERSION_EXTRA=0 VERSION_DEV= _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
