aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-06-19 22:43:42 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-06-19 22:43:42 +0000
commit021f7d87043b2731d527ccc9e6a38c2b4dc270b9 (patch)
tree5b65538071a54b31540e5498d3a6e3b242f7da28 /configure.ac
parentdbd79a6b47d1cf09f3ccc8df5ef1a8e1dfedd853 (diff)
downloadmpd-021f7d87043b2731d527ccc9e6a38c2b4dc270b9.tar.gz
mpd-021f7d87043b2731d527ccc9e6a38c2b4dc270b9.tar.xz
mpd-021f7d87043b2731d527ccc9e6a38c2b4dc270b9.zip
bump version number
git-svn-id: https://svn.musicpd.org/mpd/trunk@1573 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 9137a074b..3cb9e20bc 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.0, shank@mercury.chem.pitt.edu)
+AC_INIT(mpd, 0.11.1, shank@mercury.chem.pitt.edu)
AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION)
dnl MAD wants this stuff