diff --git a/readme.md b/readme.md index b5ec4f6..3766e2f 100644 --- a/readme.md +++ b/readme.md @@ -4,6 +4,7 @@ Windows equivalent of macOS `say`. Simple command line text-to-speech with easy file output, voice selection and more. +[download latest](https://github.com/p-groarke/wsay/releases/latest) ## Features - Output to wav file. @@ -148,7 +149,7 @@ Options: -h, --help Print this help wsay -version 1.6.0 ALPHA +version 1.6.0 https://github.com/p-groarke/wsay/releases Philippe Groarke ``` diff --git a/src/main.cpp b/src/main.cpp index e4e6ffd..5a26e83 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -203,7 +203,6 @@ int wmain(int argc, wchar_t** argv, wchar_t**) { std::wstring help_outro = L"wsay\nversion "; help_outro += WSAY_VERSION; - help_outro += L" ALPHA"; help_outro += L"\nhttps://github.com/p-groarke/wsay/releases\n"; help_outro += L"Philippe Groarke "; opt.add_help_outro(help_outro);