change version to 0.7.3_dev

This commit is contained in:
Andrzej Rybczak
2016-01-18 13:54:51 +01:00
parent f56c825b36
commit b3473e290c
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

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

View File

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