From 6e8e1ef305025cce2cdf2d4be26054d13bf7d694 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Thu, 30 Nov 2017 19:32:26 +0100 Subject: [PATCH] Use the 4.0.0-dev name for development of 4.0 --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 6268be2541..838857bde1 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes between 3.0.x and 4.0.0-git: +Changes between 3.0.x and 4.0.0-dev: -------------------------------- Platform support changes: diff --git a/configure.ac b/configure.ac index 2bfd8ffd6b..7de1b94aca 100644 --- a/configure.ac +++ b/configure.ac @@ -2,12 +2,12 @@ dnl Autoconf settings for vlc AC_COPYRIGHT([Copyright 1999-2017 VLC authors and VideoLAN]) -AC_INIT(vlc, 4.0.0-git) +AC_INIT(vlc, 4.0.0-dev) VERSION_MAJOR=4 VERSION_MINOR=0 VERSION_REVISION=0 VERSION_EXTRA=0 -VERSION_DEV=git +VERSION_DEV=dev PKGDIR="vlc" AC_SUBST(PKGDIR) -- 2.11.4.GIT