summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2016-09-27 22:04:46 +0200
committerMax Kellermann <max@musicpd.org>2016-09-27 22:04:46 +0200
commita85455fb3fd3d59f1709c6f524f70eb7f91fd132 (patch)
treefde3a00d596e4c879e7de5677e2febc1b44e63a9
parentd4db873716a97382551c699e97713649ab25f890 (diff)
configure.ac: prepare for 0.19.20
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9da6019ba..9867367e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+ver 0.19.20 (not yet released)
+
ver 0.19.19 (2016/08/23)
* decoder
- ffmpeg: bug fix for FFmpeg 3.1 support
diff --git a/configure.ac b/configure.ac
index e4764c923..8adaa4c23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_INIT(mpd, 0.19.19, musicpd-dev-team@lists.sourceforge.net)
VERSION_MAJOR=0
VERSION_MINOR=19
-VERSION_REVISION=19
+VERSION_REVISION=20
VERSION_EXTRA=0
AC_CONFIG_SRCDIR([src/Main.cxx])