summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2016-01-18 13:54:51 +0100
committerAndrzej Rybczak <electricityispower@gmail.com>2016-01-18 13:54:51 +0100
commitb3473e290ce1caeab9d18da689607013ffac9652 (patch)
tree6f90d534241d0e3422223fdb02dd522c10042249
parentf56c825b36d81ca3d49c140f90f7c2ac8f9ce94e (diff)
change version to 0.7.3_dev
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index eaa23fda..ae85b429 100644
--- a/NEWS
+++ b/NEWS
@@ -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.
diff --git a/configure.ac b/configure.ac
index 450b7364..d8bd9c33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])