diff options
author | Max Kellermann <max@musicpd.org> | 2017-08-31 19:48:35 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-08-31 19:48:59 +0200 |
commit | f6abbc01bd79d86ca72b0cbf9d0c09210866fdac (patch) | |
tree | 7d9cdebea9c38b113169d46c3fc6ef4538fe21af /configure.ac | |
parent | 57a71c157d396a1c74f55db3db5fbf07cd812e27 (diff) |
increment version number to 0.20.11
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 940a8e12d..11d869e2b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ AC_PREREQ(2.60) -AC_INIT(mpd, 0.20.10, musicpd-dev-team@lists.sourceforge.net) +AC_INIT(mpd, 0.20.11, musicpd-dev-team@lists.sourceforge.net) VERSION_MAJOR=0 VERSION_MINOR=20 -VERSION_REVISION=10 +VERSION_REVISION=11 VERSION_EXTRA=0 AC_CONFIG_SRCDIR([src/Main.cxx]) |