diff options
author | marc <marc@marc.srlabs.de> | 2023-08-10 10:56:20 +0200 |
---|---|---|
committer | marc <marc@marc.srlabs.de> | 2023-08-10 10:56:20 +0200 |
commit | 9607d1db06ebfc2fe1ba565a0ef0123ab3f3e76c (patch) | |
tree | 230369123325ac007f28b3b5519d71467ee84eee | |
parent | 3721c65a0b7fdf2b24713f8009030c6c241e200b (diff) | |
download | afl++-9607d1db06ebfc2fe1ba565a0ef0123ab3f3e76c.tar.gz |
v4.09a init
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | docs/Changelog.md | 4 | ||||
-rw-r--r-- | include/config.h | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md index 951efe59..322ebcf2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Release version: [4.08c](https://github.com/AFLplusplus/AFLplusplus/releases) -GitHub version: 4.08c +GitHub version: 4.09a Repository: [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus) diff --git a/docs/Changelog.md b/docs/Changelog.md index 2c747e42..94b4c502 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -3,6 +3,10 @@ This is the list of all noteworthy changes made in every public release of the tool. See README.md for the general instruction manual. +### Version ++4.09a (dev) + - something cool :-) + + ### Version ++4.08c (release) - afl-fuzz: - new mutation engine: mutations that favor discovery more paths are diff --git a/include/config.h b/include/config.h index 5a81c4e2..6a75737f 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 "++4.08c" +#define VERSION "++4.09a" /****************************************************** * * |