summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2016-07-01 21:16:14 +0200
committerMax Kellermann <max@duempel.org>2016-07-01 21:16:14 +0200
commit8dc3f3b21a257cfbdfc00594543e4fed284f8466 (patch)
tree049538bc5e1105ff9117bf6dd969ca5cb07e2e01
parentfaf0c950fe95047922da052f8301db010907eff8 (diff)
configure.ac: prepare for 0.19.17
-rw-r--r--NEWS2
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 73d22444e..2649ac44c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+ver 0.19.17 (not yet released)
+
ver 0.19.16 (2016/06/13)
* faster seeking
* fix system include path order
diff --git a/configure.ac b/configure.ac
index 35ecb7b19..b5d59c216 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
AC_PREREQ(2.60)
-AC_INIT(mpd, 0.19.16, musicpd-dev-team@lists.sourceforge.net)
+AC_INIT(mpd, 0.19.17, musicpd-dev-team@lists.sourceforge.net)
VERSION_MAJOR=0
VERSION_MINOR=19
-VERSION_REVISION=16
+VERSION_REVISION=17
VERSION_EXTRA=0
AC_CONFIG_SRCDIR([src/Main.cxx])