configure.ac: prepare for 0.18.12
This commit is contained in:
parent
8bfdb4ed0c
commit
4f61ba766d
2
NEWS
2
NEWS
|
@ -1,3 +1,5 @@
|
|||
ver 0.18.12 (not yet released)
|
||||
|
||||
ver 0.18.11 (2014/05/12)
|
||||
* decoder
|
||||
- opus: fix missing song length on high-latency files
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
AC_PREREQ(2.60)
|
||||
|
||||
AC_INIT(mpd, 0.18.11, mpd-devel@musicpd.org)
|
||||
AC_INIT(mpd, 0.18.12, mpd-devel@musicpd.org)
|
||||
|
||||
VERSION_MAJOR=0
|
||||
VERSION_MINOR=18
|
||||
|
|
Loading…
Reference in New Issue