diff options
author | Avuton Olrich <avuton@gmail.com> | 2009-02-13 08:13:06 -0800 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2009-02-13 08:13:06 -0800 |
commit | 250b76acdf21eb9191d726aa2dcf11fdc90b260e (patch) | |
tree | 89b367faa3ef691ab7cf365e4c9e1c7c0a4890c8 | |
parent | 5f7153874ff827821c40eea9b715cb88e61867d8 (diff) | |
download | mpd-250b76acdf21eb9191d726aa2dcf11fdc90b260e.tar.gz mpd-250b76acdf21eb9191d726aa2dcf11fdc90b260e.tar.xz mpd-250b76acdf21eb9191d726aa2dcf11fdc90b260e.zip |
mpd version 0.14.2
Diffstat (limited to '')
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 4 deletions
@@ -1,4 +1,4 @@ -ver 0.14.2 (2009/??/??) +ver 0.14.2 (2009/02/13) * configure.ac: - define HAVE_FFMPEG after all checks * decoders: @@ -25,7 +25,6 @@ ver 0.14.2 (2009/??/??) * update: recursively purge deleted directories * update: free deleted subdirectories - ver 0.14.1 (2009/01/17) * decoders: - mp4: support the writer/composer tag @@ -55,7 +54,6 @@ ver 0.14.1 (2009/01/17) * use custom PRNG for volume dithering (speedup) * detect libid3tag without pkg-config - ver 0.14 (2008/12/25) * audio outputs: - wait 10 seconds before reopening a failed device diff --git a/configure.ac b/configure.ac index cbdd2a618..2d10963e6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(mpd, 0.14.2~git, musicpd-dev-team@lists.sourceforge.net) +AC_INIT(mpd, 0.14.2, musicpd-dev-team@lists.sourceforge.net) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([foreign 1.9 dist-bzip2]) AM_CONFIG_HEADER(config.h) |