From: Avuton Olrich Date: Sun, 17 Jan 2010 23:55:35 +0000 (-0800) Subject: ncmpc version 0.16.1 X-Git-Tag: release-0.16.1 X-Git-Url: https://git.tokkee.org/?p=ncmpc.git;a=commitdiff_plain;h=1656483942659dee222ec9c177c7892ec44d0122 ncmpc version 0.16.1 --- diff --git a/NEWS b/NEWS index 5a99254..b0439ee 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ncmpc 0.17 - not yet released +ncmpc 0.16.1 - (01/17/2009) * screen_queue: always update the list size * screen_browser: fixed jump to playlist file diff --git a/configure.ac b/configure.ac index 3d17076..faea976 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ncmpc, 0.17~git, max@duempel.org) +AC_INIT(ncmpc, 0.16.1, max@duempel.org) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_AUX_DIR(build) AM_INIT_AUTOMAKE([foreign 1.10 dist-bzip2 subdir-objects])