change version to 0.6.6_dev

This commit is contained in:
Andrzej Rybczak
2015-08-29 14:30:25 +02:00
parent c57967b45c
commit 3ee2a856ae
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@@ -1,3 +1,5 @@
ncmpcpp-0.6.6 (????-??-??)
ncmpcpp-0.6.5 (2015-07-05)
* Description of mouse wheel usage on volume is now correct.

View File

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