aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2011-10-09 04:44:51 -0700
committerAvuton Olrich <avuton@gmail.com>2011-10-09 04:44:51 -0700
commitfa5e06f95dd7a96b3d188fd4bbcf085a98235bb5 (patch)
treec269bb9c740c794161b5877890e2d5c725c40ddb /configure.ac
parent30414093349f15639374006e3be7136cd6642a59 (diff)
Modify version string to post-release version 0.16.6~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 0ef99704..c47c6d9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(mpd, 0.16.5, musicpd-dev-team@lists.sourceforge.net)
+AC_INIT(mpd, 0.16.6~git, musicpd-dev-team@lists.sourceforge.net)
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE([foreign 1.10 dist-bzip2 subdir-objects])
AM_CONFIG_HEADER(config.h)