aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 055d6aa65..0de11c6a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl AC_INIT(src/main.c)
dnl AM_INIT_AUTOMAKE(mpd, 0.14.0)
AC_PREREQ(2.60)
-AC_INIT(mpd, 0.14.0, musicpd-dev-team@lists.sourceforge.net)
+AC_INIT(mpd, 0.14~git, musicpd-dev-team@lists.sourceforge.net)
AM_INIT_AUTOMAKE([foreign 1.9 dist-bzip2])
AC_CONFIG_MACRO_DIR([m4])
@@ -14,7 +14,7 @@ AC_PROG_INSTALL
AC_PROG_MAKE_SET
AM_CONFIG_HEADER(config.h)
-AC_DEFINE(PROTOCOL_VERSION, "0.14.0", [The mpd protocol version])
+AC_DEFINE(PROTOCOL_VERSION, "0.14~git", [The mpd protocol version])
MPD_LIBS=""
MPD_CFLAGS=""