diff --git a/NEWS b/NEWS index 870d20e8..142bbce8 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ncmpcpp-0.6.7 (????-??-??) +ncmpcpp-0.6.7 (2015-09-12) * Fetching artist info from last.fm was fixed. ncmpcpp-0.6.6 (2015-09-07) diff --git a/configure.ac b/configure.ac index 3891bb84..9e42f755 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.7_dev) +AM_INIT_AUTOMAKE(ncmpcpp, 0.6.7) AC_PREREQ(2.59)