Code

increment version number to 0.28
authorMax Kellermann <max.kellermann@gmail.com>
Tue, 28 Mar 2017 18:32:27 +0000 (20:32 +0200)
committerMax Kellermann <max@musicpd.org>
Tue, 28 Mar 2017 18:32:27 +0000 (20:32 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 398245d79f10061afb2a75d2b599e88124d14947..ac9cd9f6d6a8844af005f36334b1ccfea919b575 100644 (file)
--- 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")
index 675008ffb56e916ddfcd2dfc6d53c607b8903277..c82397ce4733e8e366ff6c7b35fcffdd9809cfe8 100644 (file)
@@ -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