From: Max Kellermann Date: Mon, 14 Jul 2014 08:18:37 +0000 (+0200) Subject: configure.ac: prepare for 0.24 X-Git-Tag: v0.24~12 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=68200cbdc6a866ed25427eb83f42b2255ebdb029;p=ncmpc.git configure.ac: prepare for 0.24 --- diff --git a/NEWS b/NEWS index 9bb9b13..a0798cd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +ncmpc 0.24 - not yet released + + ncmpc 0.23 - (2014-07-10) * fix broken l10n in out-of-tree builds diff --git a/configure.ac b/configure.ac index fb1837a..2d79f35 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ(2.60) -AC_INIT(ncmpc, 0.23, max@duempel.org) +AC_INIT(ncmpc, 0.24, max@duempel.org) VERSION_MAJOR=0 -VERSION_MINOR=23 +VERSION_MINOR=24 VERSION_REVISION=0 VERSION_EXTRA=0