increment version number to 0.20.13

This commit is contained in:
Max Kellermann 2017-11-27 22:32:55 +01:00
parent 323231d1dd
commit 53def9a682
2 changed files with 4 additions and 2 deletions

2
NEWS
View File

@ -1,3 +1,5 @@
ver 0.20.13 (not yet released)
ver 0.20.12 (2017/11/25)
* database
- upnp: adapt to libupnp 1.8 API changes

View File

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