aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-07-09 22:50:32 +0200
committerAnton Khirnov <anton@khirnov.net>2013-11-04 10:52:50 +0100
commit7c25ac54e4e517f74527bf05e92e21b72ec699fe (patch)
tree715441860006592de25722768236df9596d46c9e
parentec37ad7518df634a990a1a1257816da40ee0d359 (diff)
configure.ac: increment version number to 0.17.1
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b73fa592..04bbffc4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+ver 0.17.1 (2012/??/??)
+
ver 0.17 (2012/06/27)
* protocol:
- support client-to-client communication
diff --git a/configure.ac b/configure.ac
index c4e38cb5..4ba41727 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.60)
-AC_INIT(mpd, 0.17, musicpd-dev-team@lists.sourceforge.net)
+AC_INIT(mpd, 0.17.1, musicpd-dev-team@lists.sourceforge.net)
VERSION_MAJOR=0
VERSION_MINOR=17