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