From 125027f5bf54fe6e21e18bc0a252dc00a3868ed2 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Mon, 10 Feb 2025 14:40:12 +0100 Subject: [PATCH] v4.32a --- README.md | 2 +- docs/Changelog.md | 4 +++- include/config.h | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80d47839..b997e849 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Release version: [4.31c](https://github.com/AFLplusplus/AFLplusplus/releases) -GitHub version: 4.31c +GitHub version: 4.32a Repository: [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus) diff --git a/docs/Changelog.md b/docs/Changelog.md index 595c59d0..e889b938 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -3,6 +3,9 @@ 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.32a (dev) + - ... + ### Version ++4.31c (release) - SAND mode added (docs/SAND.md) for more effecient fuzzing with sanitizers @@ -22,7 +25,6 @@ - fix bug with large map sizes when multiple libraries are loaded after the shared memory was obtained. - ### Version ++4.30c (release) ! afl-gcc and afl-clang funcionality is now removed ! - afl-fuzz: diff --git a/include/config.h b/include/config.h index b171519f..5ac0540d 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.31c" +#define VERSION "++4.32a" /****************************************************** * *