Change version to 0.7.5

master
Andrzej Rybczak 10 years ago
parent 92b90b754d
commit 1619712682
  1. 2
      NEWS
  2. 2
      configure.ac

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

@ -1,6 +1,6 @@
AC_INIT(configure.ac)
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])

Loading…
Cancel
Save