diff options
author | Avuton Olrich <avuton@gmail.com> | 2010-05-30 08:59:00 -0700 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2010-05-30 08:59:00 -0700 |
commit | 57e95ea6f425e03d3d1586e02dae6a0974b00f28 (patch) | |
tree | c44b8e03bbc4e2a7d381c62ee75cc76b35715e28 | |
parent | 442d2e74e359e44ed42d67341229df0d9010a04c (diff) |
mpd version 0.15.10v0.15.10
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -ver 0.15.10 (2010/??/??) +ver 0.15.10 (2010/05/30) * input: - mms: fix memory leak in error handler - mms: initialize the "eof" attribute diff --git a/configure.ac b/configure.ac index 924b12568..fbe1de92f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(mpd, 0.15.10~git, musicpd-dev-team@lists.sourceforge.net) +AC_INIT(mpd, 0.15.10, 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) |