From: Max Kellermann Date: Mon, 10 Aug 2015 11:48:49 +0000 (+0200) Subject: configure.ac: prepare for 0.25 X-Git-Tag: v0.25~9 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9bdf9ba5cb8c6a1508bdd67c037ffc0886f4721f;p=ncmpc.git configure.ac: prepare for 0.25 --- diff --git a/NEWS b/NEWS index e72bef5..6db0158 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +ncmpc 0.25 - not yet released + + ncmpc 0.24 - (2014-07-14) * fix crash on "jump" (hotkey ".") * save keys to path specified by --key-file diff --git a/configure.ac b/configure.ac index 2d79f35..9f71835 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ(2.60) -AC_INIT(ncmpc, 0.24, max@duempel.org) +AC_INIT(ncmpc, 0.25, max@duempel.org) VERSION_MAJOR=0 -VERSION_MINOR=24 +VERSION_MINOR=25 VERSION_REVISION=0 VERSION_EXTRA=0