diff options
author | Avuton Olrich <avuton@gmail.com> | 2009-04-02 07:31:00 -0700 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-04-02 22:17:30 +0200 |
commit | 9e93875ccd8066dc56eaab6849244189f17b7d70 (patch) | |
tree | 0f891c334b0840642d709214e5b0bd1c2136fde3 | |
parent | 89a468aa9be4b96e724f138377eab8494d306c89 (diff) | |
download | mpd-9e93875ccd8066dc56eaab6849244189f17b7d70.tar.gz mpd-9e93875ccd8066dc56eaab6849244189f17b7d70.tar.xz mpd-9e93875ccd8066dc56eaab6849244189f17b7d70.zip |
Modify version string to post-release version 0.15~git
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 36633d0d2..6389c33fc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(mpd, 0.15~alpha1, musicpd-dev-team@lists.sourceforge.net) +AC_INIT(mpd, 0.15~git, musicpd-dev-team@lists.sourceforge.net) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([foreign 1.9 dist-bzip2]) AM_CONFIG_HEADER(config.h) |