change version to 0.6.8

This commit is contained in:
Andrzej Rybczak
2015-11-11 23:01:54 +01:00
parent d7fb62c49a
commit bf9be9f645
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@@ -1,4 +1,4 @@
ncmpcpp-0.6.8 (????-??-??) ncmpcpp-0.6.8 (2015-11-11)
* Application is now compatible with MPD >= 0.20. * Application is now compatible with MPD >= 0.20.
* Check for readline library was fixed. * Check for readline library was fixed.

View File

@@ -1,6 +1,6 @@
AC_INIT(configure.ac) AC_INIT(configure.ac)
AC_CONFIG_HEADERS(config.h) 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]) m4_include([m4/ax_lib_readline.m4])