summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2016-04-17 07:22:31 +0200
committerAndrzej Rybczak <electricityispower@gmail.com>2016-04-17 07:41:01 +0200
commit6093be238c2b9f6899ce57e5d013a3b442e35b8b (patch)
tree370f7bc404d5fcc953f44c04add3a7ba23b7c4ba
parentc7d2aa43957c3b6f01c1e2e925e9249f1bb498af (diff)
change version to 0.7.40.7.4
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2ef2e8cf..bf407d4c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-ncmpcpp 0.7.4 (????-??-??)
+ncmpcpp 0.7.4 (2016-04-17)
* Fetching lyrics from lyricwiki.org was fixed.
* Configure script now continues without errors if ICU library was not found.
diff --git a/configure.ac b/configure.ac
index 0c312098..1f638af2 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.4_dev)
+AM_INIT_AUTOMAKE(ncmpcpp, 0.7.4)
m4_include([m4/ax_lib_readline.m4])