change version to 0.7

This commit is contained in:
Andrzej Rybczak
2015-11-22 18:30:58 +01:00
parent f2e96f9f89
commit 79d28636b4
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@@ -1,4 +1,4 @@
ncmpcpp-0.7_beta2 (????-??-??)
ncmpcpp-0.7 (2015-11-22)
* Playlist sorting dialog now contains 'Album artist' option.
* Default keybindings were corrected to allow tag edition in the right column of tag editor.
* Mouse is properly kept disabled if it was disabled in the configuration file.

View File

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