diff options
author | Max Kellermann <max@duempel.org> | 2008-10-25 21:23:54 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-25 21:23:54 +0200 |
commit | f9d52dc968bf6402b4745c5ef0eec2d4be1eac6f (patch) | |
tree | 0d2470b31543733ece22ab756dd19e096a2e2329 /configure.ac | |
parent | befecb1d47ed689fddb57cce2b6f3ced27b62115 (diff) | |
download | mpd-f9d52dc968bf6402b4745c5ef0eec2d4be1eac6f.tar.gz mpd-f9d52dc968bf6402b4745c5ef0eec2d4be1eac6f.tar.xz mpd-f9d52dc968bf6402b4745c5ef0eec2d4be1eac6f.zip |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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="" |