v4.09a init

This commit is contained in:
marc
2023-08-10 10:56:20 +02:00
parent 3721c65a0b
commit 9607d1db06
3 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,7 @@
Release version: [4.08c](https://github.com/AFLplusplus/AFLplusplus/releases) Release version: [4.08c](https://github.com/AFLplusplus/AFLplusplus/releases)
GitHub version: 4.08c GitHub version: 4.09a
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,6 +3,10 @@
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.09a (dev)
- something cool :-)
### Version ++4.08c (release) ### Version ++4.08c (release)
- afl-fuzz: - afl-fuzz:
- new mutation engine: mutations that favor discovery more paths are - new mutation engine: mutations that favor discovery more paths are

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.08c" #define VERSION "++4.09a"
/****************************************************** /******************************************************
* * * *