aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2010-07-20 20:19:22 -0700
committerMax Kellermann <max@duempel.org>2010-07-21 06:40:33 +0200
commit676739c426fc4a09f2654e64e4799dfe3c88dae3 (patch)
treed70b14327bd0988431f3169a07c9e413dd39682b
parent0fec8e08641470fdcaeb68fc362f77ca78925011 (diff)
downloadmpd-676739c426fc4a09f2654e64e4799dfe3c88dae3.tar.gz
mpd-676739c426fc4a09f2654e64e4799dfe3c88dae3.tar.xz
mpd-676739c426fc4a09f2654e64e4799dfe3c88dae3.zip
Modify version string to post-release version 0.15.13~git
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f22a18ac8..c8f63f4de 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+ver 0.15.13 (2010/??/??)
+
+
ver 0.15.12 (2010/07/20)
* input:
- curl: remove assertion after curl_multi_fdset()
diff --git a/configure.ac b/configure.ac
index b58508efc..7008451b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(mpd, 0.15.12, musicpd-dev-team@lists.sourceforge.net)
+AC_INIT(mpd, 0.15.13~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)