From: Max Kellermann Date: Fri, 28 Oct 2016 10:23:28 +0000 (+0200) Subject: configure.ac: prepare for 0.26 X-Git-Tag: v0.26~84 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=519e381200caa73cb7fafb308a43f4e1778b10cd;p=ncmpc.git configure.ac: prepare for 0.26 --- diff --git a/NEWS b/NEWS index 45e7806..7fead61 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +ncmpc 0.26 - not yet released + + ncmpc 0.25 - (2016-08-18) * implement "%disc%" * lyricswiki: handle redirects diff --git a/configure.ac b/configure.ac index 9f71835..14edebe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ(2.60) -AC_INIT(ncmpc, 0.25, max@duempel.org) +AC_INIT(ncmpc, 0.26, max@duempel.org) VERSION_MAJOR=0 -VERSION_MINOR=25 +VERSION_MINOR=26 VERSION_REVISION=0 VERSION_EXTRA=0