From f9d52dc968bf6402b4745c5ef0eec2d4be1eac6f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 25 Oct 2008 21:23:54 +0200 Subject: configure.ac: changed version number to "0.14~git" For testers, it should be clear that they're not using version 0.14.0 final, but an inofficial intermediate version from the git repository. The protocol version is set to the same string, since the protocol is subject to change during MPD development. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') 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="" -- cgit v1.2.3