change version to 0.7.4_dev

This commit is contained in:
Andrzej Rybczak
2016-04-17 07:20:05 +02:00
parent 3a86500665
commit e8ad870787
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@@ -1,3 +1,5 @@
ncmpcpp 0.7.4 (????-??-??)
ncmpcpp 0.7.3 (2016-01-20)
* Home and End keys are now recognized in a few specific terminal emulators.

View File

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