Code

configure.ac: prepare for 0.25
authorMax Kellermann <max@duempel.org>
Mon, 10 Aug 2015 11:48:49 +0000 (13:48 +0200)
committerMax Kellermann <max@duempel.org>
Mon, 10 Aug 2015 11:48:49 +0000 (13:48 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index e72bef5aa3bd01de2f127958458ddcdd9c65e6f2..6db0158fe4b1cb14d9a4562bb7854fbd73049c58 100644 (file)
--- 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
index 2d79f35e1c378b974139a90e9bf1c653f7fb3a84..9f71835b5b572d2fc0a2bb804a0bceb9e5a29a42 100644 (file)
@@ -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