vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Apr 25 14:53:18 2013 +0200| [e9f12b9e313e63b0834d8d27282ac76b8e29723b] | committer: Jean-Baptiste Kempf
On the road to 2.1.0-pre1 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e9f12b9e313e63b0834d8d27282ac76b8e29723b --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index bde6ba4..6a0142a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes between 2.0.x and 2.1.0-git: +Changes between 2.0.x and 2.1.0-pre1: -------------------------------- Important changes: diff --git a/configure.ac b/configure.ac index af9c447..9d3fb68 100644 --- a/configure.ac +++ b/configure.ac @@ -2,12 +2,12 @@ dnl Autoconf settings for vlc AC_COPYRIGHT([Copyright 2002-2013 VLC authors and VideoLAN]) -AC_INIT(vlc, 2.1.0-git) +AC_INIT(vlc, 2.1.0-pre1) VERSION_MAJOR=2 VERSION_MINOR=1 VERSION_REVISION=0 VERSION_EXTRA=0 -VERSION_DEV=git +VERSION_DEV=pre1 PKGDIR="vlc" AC_SUBST(PKGDIR) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
