diff options
author | vanhauser-thc <vh@thc.org> | 2022-09-20 18:12:37 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-09-20 18:12:37 +0200 |
commit | 6ed40d5a08c7b4a82d9287b9412b33640c6c9bf6 (patch) | |
tree | 67338e5eebc2e45da5ce2ea671a74db163fd0352 | |
parent | 41fe8b6ab9fe3d3f00717b7d7f3de072550f265c (diff) | |
download | afl++-6ed40d5a08c7b4a82d9287b9412b33640c6c9bf6.tar.gz |
4.04a 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 7d34d364..2b67fb76 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -4,6 +4,10 @@ release of the tool. See README.md for the general instruction manual. +### Version ++4.04a (dev) + - ... your PR? :) + + ### Version ++4.03c (release) - Building now gives a build summary what succeeded and what not - afl-fuzz: diff --git a/include/config.h b/include/config.h index 2882c9de..21701515 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.03c" +#define VERSION "++4.04a" /****************************************************** * * |