diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-04-10 18:00:59 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-04-10 18:00:59 +0000 |
commit | 8c4bc2d2d499951107572b10e5a99ab2913f3aea (patch) | |
tree | 1bdb69ddc7949d6a90296a3a72b5d2d1b07d08c6 /configure.ac | |
parent | 996e8ce072838c424dd6a54dc6eb1be06a939345 (diff) | |
download | mpd-8c4bc2d2d499951107572b10e5a99ab2913f3aea.tar.gz mpd-8c4bc2d2d499951107572b10e5a99ab2913f3aea.tar.xz mpd-8c4bc2d2d499951107572b10e5a99ab2913f3aea.zip |
bump version number up to 0.11.0
git-svn-id: https://svn.musicpd.org/mpd/trunk@660 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4916cd921..ea934d775 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.10.3, shank@mercury.chem.pitt.edu) +AC_INIT(mpd, 0.11.0, shank@mercury.chem.pitt.edu) AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION) dnl MAD wants this stuff |