From ed06b3bc9f911f0500a5de6f401c06c7ff6c6314 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Tue, 3 Dec 2024 15:46:45 +0100 Subject: [PATCH] v4.30c --- README.md | 4 ++-- docs/Changelog.md | 2 +- include/config.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 94f02b75..78a14077 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ AFL++ logo -Release version: [4.21c](https://github.com/AFLplusplus/AFLplusplus/releases) +Release version: [4.30c](https://github.com/AFLplusplus/AFLplusplus/releases) -GitHub version: 4.22a +GitHub version: 4.31a Repository: [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus) diff --git a/docs/Changelog.md b/docs/Changelog.md index 27a8d1fa..cf55d7cf 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -3,7 +3,7 @@ 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.22a (dev) +### Version ++4.30c (release) ! afl-gcc and afl-clang funcionality is now removed ! - afl-fuzz: - fastresume feature added. if you abort fuzzing and resume fuzzing diff --git a/include/config.h b/include/config.h index d8177a75..7cb93ef8 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.22a" +#define VERSION "++4.30c" /****************************************************** * *