From: Max Kellermann Date: Tue, 28 Mar 2017 18:32:27 +0000 (+0200) Subject: increment version number to 0.28 X-Git-Tag: v0.28~31 X-Git-Url: https://git.tokkee.org/?p=ncmpc.git;a=commitdiff_plain;h=361ff65912b06f6d51bab804d7da8b613736ed2e;hp=486ec4b62903debfd2274b740d550273348d2e71 increment version number to 0.28 --- diff --git a/NEWS b/NEWS index 398245d..ac9cd9f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +ncmpc 0.28 - not yet released + ncmpc 0.27 - (2017-03-25) * work around connect failure if /var/run/mpd/socket does not exist * remove the status bar clock (option "display-time") diff --git a/configure.ac b/configure.ac index 675008f..c82397c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ(2.60) -AC_INIT(ncmpc, 0.27, max@duempel.org) +AC_INIT(ncmpc, 0.28, max@duempel.org) VERSION_MAJOR=0 -VERSION_MINOR=27 +VERSION_MINOR=28 VERSION_REVISION=0 VERSION_EXTRA=0