diff options
author | Avuton Olrich <avuton@gmail.com> | 2010-10-10 09:57:57 -0700 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2010-10-10 09:57:57 -0700 |
commit | a549d871f30db65da597b6d9b478dd5bab1a62f9 (patch) | |
tree | 1e684438e2e76207c15f5df4a151a720131cc051 | |
parent | b552e9a12077dc73ba7d2aaad7c79a8201efff12 (diff) | |
download | mpd-a549d871f30db65da597b6d9b478dd5bab1a62f9.tar.gz mpd-a549d871f30db65da597b6d9b478dd5bab1a62f9.tar.xz mpd-a549d871f30db65da597b6d9b478dd5bab1a62f9.zip |
Modify version string to post-release version 0.15.14~git
Diffstat (limited to '')
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +ver 0.15.14 (2010/??/??) + + ver 0.15.13 (2010/10/10) * output_thread: fix race condition after CANCEL command * output: diff --git a/configure.ac b/configure.ac index 69f195a0c..0edbbc4cc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(mpd, 0.15.13, musicpd-dev-team@lists.sourceforge.net) +AC_INIT(mpd, 0.15.14~git, 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) |