Code

Modify version string to post-release version 0.18~git
authorAvuton Olrich <avuton@gmail.com>
Wed, 23 Jun 2010 01:13:01 +0000 (18:13 -0700)
committerAvuton Olrich <avuton@gmail.com>
Wed, 23 Jun 2010 01:13:01 +0000 (18:13 -0700)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 1f7d1e48a00eee1f6d9135fe0963c89fa46d837e..a626de96a871458e657997f28a19087bf1e9c69b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+ncmpc 0.18 - not yet released
+
+
 ncmpc 0.17 - (06/22/2010)
 * screen_queue: fix range selection check on "shuffle"
 * screen_browser: check for error before adding song to playlist
index 7891686619952363389618ca19ba62c86c546807..28b80a533eb6300f1b5e0c0015388632833b7f81 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(ncmpc, 0.17, max@duempel.org)
+AC_INIT(ncmpc, 0.18~git, max@duempel.org)
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_AUX_DIR(build)
 AM_INIT_AUTOMAKE([foreign 1.10 dist-bzip2 subdir-objects])