This commit is contained in:
vanhauser-thc
2024-12-03 15:46:45 +01:00
parent 5d08f33a5f
commit ed06b3bc9f
3 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@
<img align="right" src="https://raw.githubusercontent.com/AFLplusplus/Website/main/static/aflpp_bg.svg" alt="AFL++ logo" width="250" height="250"> <img align="right" src="https://raw.githubusercontent.com/AFLplusplus/Website/main/static/aflpp_bg.svg" alt="AFL++ logo" width="250" height="250">
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: Repository:
[https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus) [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)

View File

@ -3,7 +3,7 @@
This is the list of all noteworthy changes made in every public This is the list of all noteworthy changes made in every public
release of the tool. See README.md for the general instruction manual. 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-gcc and afl-clang funcionality is now removed !
- afl-fuzz: - afl-fuzz:
- fastresume feature added. if you abort fuzzing and resume fuzzing - fastresume feature added. if you abort fuzzing and resume fuzzing

View File

@ -26,7 +26,7 @@
/* Version string: */ /* Version string: */
// c = release, a = volatile github dev, e = experimental branch // c = release, a = volatile github dev, e = experimental branch
#define VERSION "++4.22a" #define VERSION "++4.30c"
/****************************************************** /******************************************************
* * * *