aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changelog.md2
-rw-r--r--test/fuzzer.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Changelog.md b/Changelog.md
index f4b1e20d..84b278a2 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,4 +1,4 @@
-### 0.4.11 (unreleased)
+### 0.4.11 (2017-05-02)
Features:
* Implement the Standard JSON Input / Output API
diff --git a/test/fuzzer.cpp b/test/fuzzer.cpp
index afa50671..053d880f 100644
--- a/test/fuzzer.cpp
+++ b/test/fuzzer.cpp
@@ -205,7 +205,7 @@ Allowed options)",
catch (po::error const& _exception)
{
cerr << _exception.what() << endl;
- return false;
+ return 1;
}
if (arguments.count("quiet"))