fix typo, update NEWS & version bump

This commit is contained in:
unK
2008-10-12 18:16:03 +02:00
parent 48ba7cbcf2
commit d732c85537
3 changed files with 17 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ bool ParseArgv(vector<string> &v)
if (*it == "-v" || *it == "--version")
{
cout << "ncmpcpp version: " << VERSION << endl
<< "build with support for:"
<< "built with support for:"
# ifdef HAVE_CURL_CURL_H
<< " curl"
# endif