diff options
author | Max Kellermann <max@musicpd.org> | 2017-01-16 12:03:22 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-01-16 12:03:22 +0100 |
commit | a83bee993d438b8b7f6c8e94d503b13b8b95fd60 (patch) | |
tree | 3b2e88ac1b17dfc4fe3c8300cb0416e12759670d /configure.ac | |
parent | 96a31f554ad9a601eda09fcf375157a0fa5b40d7 (diff) |
configure.ac: prepare for 0.20.3
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 bb04f19a2..a273f8bd9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ AC_PREREQ(2.60) -AC_INIT(mpd, 0.20.2, musicpd-dev-team@lists.sourceforge.net) +AC_INIT(mpd, 0.20.3, musicpd-dev-team@lists.sourceforge.net) VERSION_MAJOR=0 VERSION_MINOR=20 -VERSION_REVISION=1 +VERSION_REVISION=3 VERSION_EXTRA=0 AC_CONFIG_SRCDIR([src/Main.cxx]) |