From 174625749285a692130905a44345757c48b29f82 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Tue, 22 Jun 2010 04:45:24 -0700 Subject: [PATCH] mpd version 0.16~alpha1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c1d3bcd5..e706a72e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(mpd, 0.16~git, musicpd-dev-team@lists.sourceforge.net) +AC_INIT(mpd, 0.16~alpha1, musicpd-dev-team@lists.sourceforge.net) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([foreign 1.10 dist-bzip2 subdir-objects]) AM_CONFIG_HEADER(config.h) -- 2.11.4.GIT