Change version to 0.7.5

This commit is contained in:
Andrzej Rybczak
2016-08-17 17:39:03 +02:00
parent 92b90b754d
commit 1619712682
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@@ -1,4 +1,4 @@
ncmpcpp-0.7.5 (????-??-??) ncmpcpp-0.7.5 (2016-08-17)
* Action chains can be now used for seeking. * Action chains can be now used for seeking.
* Fixed fetching artist info from last.fm. * Fixed fetching artist info from last.fm.
* Default value of regular_expressions was changed from 'basic' to 'perl' to work around boost issue (#12222). * Default value of regular_expressions was changed from 'basic' to 'perl' to work around boost issue (#12222).

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.7.5_dev) AM_INIT_AUTOMAKE(ncmpcpp, 0.7.5)
m4_include([m4/ax_lib_readline.m4]) m4_include([m4/ax_lib_readline.m4])