diff options
author | Max Kellermann <max@musicpd.org> | 2016-09-27 22:04:46 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2016-09-27 22:04:46 +0200 |
commit | a85455fb3fd3d59f1709c6f524f70eb7f91fd132 (patch) | |
tree | fde3a00d596e4c879e7de5677e2febc1b44e63a9 | |
parent | d4db873716a97382551c699e97713649ab25f890 (diff) |
configure.ac: prepare for 0.19.20
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +ver 0.19.20 (not yet released) + ver 0.19.19 (2016/08/23) * decoder - ffmpeg: bug fix for FFmpeg 3.1 support diff --git a/configure.ac b/configure.ac index e4764c923..8adaa4c23 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT(mpd, 0.19.19, musicpd-dev-team@lists.sourceforge.net) VERSION_MAJOR=0 VERSION_MINOR=19 -VERSION_REVISION=19 +VERSION_REVISION=20 VERSION_EXTRA=0 AC_CONFIG_SRCDIR([src/Main.cxx]) |