From 070aef5863f5f6be16dc6e425f63842489cb238e Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Mon, 2 Mar 2015 18:30:59 +0100 Subject: [PATCH] release 0.6.3 --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c99eb00..02bcd9c 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ncmpcpp-0.6.3 (????-??-??) +ncmpcpp-0.6.3 (2015-03-02) * Fix floating point exception when adding a specific number of random items. * Passwords are no longer added to the input history. diff --git a/configure.ac b/configure.ac index 802a516..2fb3883 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT(configure.ac) AC_CONFIG_HEADERS(config.h) -AM_INIT_AUTOMAKE(ncmpcpp, 0.6.2_pre) +AM_INIT_AUTOMAKE(ncmpcpp, 0.6.3) AC_PREREQ(2.59) -- 2.11.4.GIT