Browse Source

Use the 4.0.0-dev name for development of 4.0

pull/62/head
Jean-Baptiste Kempf 9 years ago
parent
commit
6e8e1ef305
  1. 2
      NEWS
  2. 4
      configure.ac

2
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:

4
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)

Loading…
Cancel
Save