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.
This commit is contained in:
Max Kellermann 2008-10-25 21:23:54 +02:00
parent befecb1d47
commit f9d52dc968

View File

@ -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=""