change version to 0.7.1

This commit is contained in:
Andrzej Rybczak
2016-01-01 20:30:10 +01:00
parent 20f37968c2
commit 6324013e88
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@@ -1,4 +1,4 @@
ncmpcpp-0.7.1 (????-??-??)
ncmpcpp-0.7.1 (2016-01-01)
* Selected songs in media library can now be added to playlists.
* Confirmation before shuffling a playlist can now be disabled.

View File

@@ -1,6 +1,6 @@
AC_INIT(configure.ac)
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(ncmpcpp, 0.7.1_dev)
AM_INIT_AUTOMAKE(ncmpcpp, 0.7.1)
m4_include([m4/ax_lib_readline.m4])