From: Avuton Olrich Date: Sun, 24 Jul 2011 01:15:52 +0000 (-0700) Subject: Modify version string to post-release version 0.20~git X-Git-Tag: release-0.20~108 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ac7f591bb766d823f9198fb7c860aa00f773ff1c;p=ncmpc.git Modify version string to post-release version 0.20~git --- diff --git a/NEWS b/NEWS index d9067ec..939688c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +ncmpc 0.20 - not yet released + + ncmpc 0.19 - (07/23/2011) * require libmpdclient 2.2 * show real server address in status message diff --git a/configure.ac b/configure.ac index 69d42b1..84a9229 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ncmpc, 0.19, max@duempel.org) +AC_INIT(ncmpc, 0.20~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])