configure.ac: prepare for 0.20

This commit is contained in:
Max Kellermann 2014-10-25 00:29:51 +02:00
parent 30df709736
commit 4000390dcd
2 changed files with 5 additions and 3 deletions

2
NEWS
View File

@ -1,3 +1,5 @@
ver 0.20 (not yet released)
ver 0.19.2 (not yet released)
* decoder
- ffmpeg: recognize MIME type audio/aacp

View File

@ -1,10 +1,10 @@
AC_PREREQ(2.60)
AC_INIT(mpd, 0.19.2, musicpd-dev-team@lists.sourceforge.net)
AC_INIT(mpd, 0.20, musicpd-dev-team@lists.sourceforge.net)
VERSION_MAJOR=0
VERSION_MINOR=19
VERSION_REVISION=2
VERSION_MINOR=20
VERSION_REVISION=0
VERSION_EXTRA=0
AC_CONFIG_SRCDIR([src/Main.cxx])