configure.ac: increment version number to 0.17.1
This commit is contained in:
parent
6bfd1f1727
commit
ce108acebb
2
NEWS
2
NEWS
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue