configure.ac: increment version number to 0.17.1

This commit is contained in:
Max Kellermann 2012-07-09 22:50:32 +02:00
parent 6bfd1f1727
commit ce108acebb
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@ -1,3 +1,5 @@
ver 0.17.1 (2012/??/??)
ver 0.17 (2012/06/27) ver 0.17 (2012/06/27)
* protocol: * protocol:
- support client-to-client communication - support client-to-client communication

View File

@ -1,6 +1,6 @@
AC_PREREQ(2.60) 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_MAJOR=0
VERSION_MINOR=17 VERSION_MINOR=17