change version to 0.7.2

master
Andrzej Rybczak 10 years ago
parent 9ea0cc3f48
commit cb93743827
  1. 2
      NEWS
  2. 2
      configure.ac

@ -1,4 +1,4 @@
ncmpcpp-0.7.2 (????-??-??) ncmpcpp-0.7.2 (2016-01-16)
* Attempt to add non-song item to playlist from search engine doesn't trigger assertion failure anymore. * Attempt to add non-song item to playlist from search engine doesn't trigger assertion failure anymore.
* Fetching lyrics from metrolyrics.com was fixed. * Fetching lyrics from metrolyrics.com was fixed.

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

Loading…
Cancel
Save