From 766217e79e2733fd5f55c85809c880d77f614d5a Mon Sep 17 00:00:00 2001 From: hexcoder Date: Mon, 19 Jul 2021 10:35:49 +0200 Subject: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94a38ab1..8fcc31ff 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ binary-only fuzzing. It is slower than Qemu mode but works on MacOS, Android, iOS etc. With afl++ 3.15 we introduced the following changes from previous behaviours: - * Also -M main mode does not due deterministic fuzzing by default anymore + * Also -M main mode does not do deterministic fuzzing by default anymore * afl-cmin and afl-showmap -Ci now descent into subdirectories like afl-fuzz -i does (but note that afl-cmin.bash does not) -- cgit 1.4.1 From 1e23a8d67832eb296fa9abef0745b61ac74ae889 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Mon, 19 Jul 2021 10:49:28 +0200 Subject: update config.h --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.h b/include/config.h index 9d732e53..443cdc04 100644 --- a/include/config.h +++ b/include/config.h @@ -26,7 +26,7 @@ /* Version string: */ // c = release, a = volatile github dev, e = experimental branch -#define VERSION "++3.14a" +#define VERSION "++3.14c" /****************************************************** * * -- cgit 1.4.1