release 0.6.3

This commit is contained in:
Andrzej Rybczak
2015-03-02 18:30:59 +01:00
parent f84dabad75
commit 070aef5863
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@@ -1,4 +1,4 @@
ncmpcpp-0.6.3 (????-??-??)
ncmpcpp-0.6.3 (2015-03-02)
* Fix floating point exception when adding a specific number of random items.
* Passwords are no longer added to the input history.

View File

@@ -1,7 +1,7 @@
AC_INIT(configure.ac)
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(ncmpcpp, 0.6.2_pre)
AM_INIT_AUTOMAKE(ncmpcpp, 0.6.3)
AC_PREREQ(2.59)