vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Nov 30 01:47:53 2017 +0100| [1f2e534f3033aab9dd31442f7b3956728b62b3d3] | committer: Jean-Baptiste Kempf
Welcome to Otto Chriek, the vampire photographer, aka 4.0 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1f2e534f3033aab9dd31442f7b3956728b62b3d3 --- NEWS | 4 ++++ configure.ac | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 9882959210..3ae3716a8f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Changes between 3.0.x and 4.0.0-git: +-------------------------------- + + Changes between 2.2.x and 3.0.0-git: -------------------------------- diff --git a/configure.ac b/configure.ac index 0d3222e00f..48c2e62ccb 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ dnl Autoconf settings for vlc AC_COPYRIGHT([Copyright 1999-2017 VLC authors and VideoLAN]) -AC_INIT(vlc, 3.0.0-git) -VERSION_MAJOR=3 +AC_INIT(vlc, 4.0.0-git) +VERSION_MAJOR=4 VERSION_MINOR=0 VERSION_REVISION=0 VERSION_EXTRA=0 @@ -13,7 +13,7 @@ PKGDIR="vlc" AC_SUBST(PKGDIR) CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`" -CODENAME="Vetinari" +CODENAME="Otto Chriek" COPYRIGHT_YEARS="1996-2017" AC_CONFIG_SRCDIR(src/libvlc.c) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
