change version to 0.7.4

This commit is contained in:
Andrzej Rybczak
2016-04-17 07:22:31 +02:00
parent c7d2aa4395
commit 6093be238c
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@@ -1,4 +1,4 @@
ncmpcpp 0.7.4 (????-??-??)
ncmpcpp 0.7.4 (2016-04-17)
* Fetching lyrics from lyricwiki.org was fixed.
* Configure script now continues without errors if ICU library was not found.

View File

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