MPD version 0.14~alpha1

First alpha version for the upcoming version 0.14.
This commit is contained in:
Max Kellermann 2008-11-05 21:50:53 +01:00
parent 19d3345ab8
commit 91c1a279e4
1 changed files with 1 additions and 1 deletions

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~git, musicpd-dev-team@lists.sourceforge.net)
AC_INIT(mpd, 0.14~alpha1, musicpd-dev-team@lists.sourceforge.net)
AM_INIT_AUTOMAKE([foreign 1.9 dist-bzip2])
AC_CONFIG_MACRO_DIR([m4])