From 361ff65912b06f6d51bab804d7da8b613736ed2e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 28 Mar 2017 20:32:27 +0200 Subject: [PATCH] increment version number to 0.28 --- NEWS | 2 ++ configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.30.2