change version to 0.6.6

This commit is contained in:
Andrzej Rybczak
2015-09-07 16:22:43 +02:00
parent 4ac2990baf
commit 8d3cac277c
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@@ -1,4 +1,4 @@
ncmpcpp-0.6.6 (????-??-??) ncmpcpp-0.6.6 (2015-09-07)
* A typo in the example configuration file was fixed. * A typo in the example configuration file was fixed.
* Fetching lyrics from lyricwiki.com was fixed. * Fetching lyrics from lyricwiki.com was fixed.

View File

@@ -1,7 +1,7 @@
AC_INIT(configure.ac) AC_INIT(configure.ac)
AC_CONFIG_HEADERS(config.h) AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(ncmpcpp, 0.6.6_dev) AM_INIT_AUTOMAKE(ncmpcpp, 0.6.6)
AC_PREREQ(2.59) AC_PREREQ(2.59)