From bf9be9f6450a8d15cb8b8bb34f181ca76f1cf94a Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Wed, 11 Nov 2015 23:01:54 +0100 Subject: [PATCH] change version to 0.6.8 --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e38fae04..662523cb 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ncmpcpp-0.6.8 (????-??-??) +ncmpcpp-0.6.8 (2015-11-11) * Application is now compatible with MPD >= 0.20. * Check for readline library was fixed. diff --git a/configure.ac b/configure.ac index 6fd8c822..eee3d1f6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT(configure.ac) AC_CONFIG_HEADERS(config.h) -AM_INIT_AUTOMAKE(ncmpcpp, 0.6.8_dev) +AM_INIT_AUTOMAKE(ncmpcpp, 0.6.8) m4_include([m4/ax_lib_readline.m4])