aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-07-18 12:48:17 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-07-18 12:48:17 +0000
commit233afb7c074896ef40369250d4f332ae24e8e633 (patch)
tree38252f2aa64c8afb2fc50dc8454e1e0ba325d591 /configure.ac
parentefda73c74dd379b30bf56fcff89eee9338acc02f (diff)
downloadmpd-233afb7c074896ef40369250d4f332ae24e8e633.tar.gz
mpd-233afb7c074896ef40369250d4f332ae24e8e633.tar.xz
mpd-233afb7c074896ef40369250d4f332ae24e8e633.zip
1) bumb version to 0.11.3
2) Update changelog for 0.11.3 3) Merge avuton's mpdconf.example changes git-svn-id: https://svn.musicpd.org/mpd/trunk@1875 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bc9cfd5b6..407a1b302 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl AC_INIT(src/main.c)
dnl AM_INIT_AUTOMAKE(mpd, 0.10.0)
AC_PREREQ(2.52)
-AC_INIT(mpd, 0.11.2, shank@mercury.chem.pitt.edu)
+AC_INIT(mpd, 0.11.3, shank@mercury.chem.pitt.edu)
AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION)
dnl MAD wants this stuff