From: Max Kellermann Date: Thu, 10 Jul 2014 08:07:59 +0000 (+0200) Subject: configure.ac: prepare for 0.23 X-Git-Tag: v0.23~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=78c0c36cf8110287c644fbb30fcc3a79044185c1;p=ncmpc.git configure.ac: prepare for 0.23 --- diff --git a/NEWS b/NEWS index c0f60b7..533c512 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +ncmpc 0.23 - not yet released + + ncmpc 0.22 - (2014-06-09) * rename "playlist" to "queue" * remove useless "Connected to ..." message diff --git a/configure.ac b/configure.ac index 9ab434e..e9c3ec0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ(2.60) -AC_INIT(ncmpc, 0.22, max@duempel.org) +AC_INIT(ncmpc, 0.23, max@duempel.org) VERSION_MAJOR=0 -VERSION_MINOR=22 +VERSION_MINOR=23 VERSION_REVISION=0 VERSION_EXTRA=0