From 77c702100f8ab296a44966f756f98b37a6dc4dd3 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Sat, 2 May 2015 20:50:12 +0200 Subject: [PATCH] change version to 0.6.4 --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 79d648de..d33225d0 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ncmpcpp-0.6.4 (????-??-??) +ncmpcpp-0.6.4 (2015-05-02) * Fix title of a pop-up which shows during adding selected items to the current playlist. * Correctly deal with leading separator while parsing filenames in tag editor. diff --git a/configure.ac b/configure.ac index e2c1b34b..697322e3 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.4_pre) +AM_INIT_AUTOMAKE(ncmpcpp, 0.6.4) AC_PREREQ(2.59)