From: Avuton Olrich Date: Thu, 24 Sep 2009 14:06:00 +0000 (-0700) Subject: Modify version string to post-release version 0.16~git X-Git-Tag: release-0.16~330 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6736b80190d48835afb17911dcc40752d928386d;p=ncmpc.git Modify version string to post-release version 0.16~git --- diff --git a/NEWS b/NEWS index 0be7af6..178c143 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +ncmpc 0.16 - not yet released + + ncmpc 0.15 - 2009-09-24 * added the "lyrics-autosave" option * added CMD_SELECT_PLAYING diff --git a/configure.ac b/configure.ac index f58e270..8ee474a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ncmpc, 0.15, max@duempel.org) +AC_INIT(ncmpc, 0.16~git, max@duempel.org) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_AUX_DIR(build) AM_INIT_AUTOMAKE([foreign 1.9 dist-bzip2])