diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-17 14:41:05 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-17 14:41:05 +0200 |
commit | 02b9e583f2a5dd7d83bd4c02af8d2081532689ed (patch) | |
tree | 4768963452e67f496d1399a56cce2106817972a4 | |
parent | 7f734c96d187312868178e8ead95dc103c557c1f (diff) | |
download | afl++-02b9e583f2a5dd7d83bd4c02af8d2081532689ed.tar.gz |
v4.07a init
-rw-r--r-- | docs/Changelog.md | 4 | ||||
-rw-r--r-- | include/config.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 587fb64c..30e76f2c 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.07a (dev) + - soon :) + + ### Version ++4.06c (release) - afl-fuzz: - ensure temporary file descriptor is closed when not used diff --git a/include/config.h b/include/config.h index b6249a0f..764c29dc 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.06c" +#define VERSION "++4.07a" /****************************************************** * * |