aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-11-02 02:48:23 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-11-02 02:48:23 +0000
commitc5cdc8c0e6372cda896d72e81da23dd229940d95 (patch)
tree6e85bb547f0cfd6965d8350a6edc9b85d602d994
parentaab6515c52aebd5532ba6d5326196395928d39ba (diff)
downloadmpd-c5cdc8c0e6372cda896d72e81da23dd229940d95.tar.gz
mpd-c5cdc8c0e6372cda896d72e81da23dd229940d95.tar.xz
mpd-c5cdc8c0e6372cda896d72e81da23dd229940d95.zip
bump version to 0.11.5
git-svn-id: https://svn.musicpd.org/mpd/branches/branch-0.11.4-fixes@2462 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 617a048f7..86b753f0f 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.4, shank@mercury.chem.pitt.edu)
+AC_INIT(mpd, 0.11.5, shank@mercury.chem.pitt.edu)
AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION)
dnl MAD wants this stuff