From 67778dcd3d2b8760ca3bfcd4e51894a2c99d8e2c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 10 Jan 2017 23:01:42 +0100 Subject: [PATCH] configure.ac: prepare for 0.20.2 --- NEWS | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 57ad55f5b..679d1b25b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +ver 0.20.2 (not yet released) + ver 0.20.1 (2017/01/09) * input - curl: fix crash bug diff --git a/configure.ac b/configure.ac index 4f9e3c540..bb04f19a2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) -AC_INIT(mpd, 0.20.1, musicpd-dev-team@lists.sourceforge.net) +AC_INIT(mpd, 0.20.2, musicpd-dev-team@lists.sourceforge.net) VERSION_MAJOR=0 VERSION_MINOR=20