From 78c0c36cf8110287c644fbb30fcc3a79044185c1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 10 Jul 2014 10:07:59 +0200 Subject: [PATCH] configure.ac: prepare for 0.23 --- NEWS | 3 +++ configure.ac | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.30.2