aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2009-06-23 18:43:57 -0700
committerAvuton Olrich <avuton@gmail.com>2009-06-24 17:34:27 -0700
commitf16d05c633971794e49635d5e16ee0ce864032a6 (patch)
tree81fcea7963f37488563cc2f318315a4c67de15d9 /configure.ac
parent8758e97794eeaf4502d2265bf78d5c2023cc8a15 (diff)
downloadmpd-f16d05c633971794e49635d5e16ee0ce864032a6.tar.gz
mpd-f16d05c633971794e49635d5e16ee0ce864032a6.tar.xz
mpd-f16d05c633971794e49635d5e16ee0ce864032a6.zip
Modify version string to post-release version 0.16~git
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 47adedd07..05c989e45 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(mpd, 0.15, musicpd-dev-team@lists.sourceforge.net)
+AC_INIT(mpd, 0.16~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)