diff options
author | vanhauser-thc <vh@thc.org> | 2022-10-11 15:41:51 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-10-11 15:41:51 +0200 |
commit | bd27adf9af8877917dc8d1aa80556473daa3d3df (patch) | |
tree | 8b945e29d3f2ad84dadea6f3a9f8414d65064c38 | |
parent | bac6ba89074019e0f095774ecebc435970f4940d (diff) | |
download | afl++-bd27adf9af8877917dc8d1aa80556473daa3d3df.tar.gz |
v4.05a init
-rw-r--r-- | docs/Changelog.md | 3 | ||||
-rw-r--r-- | include/config.h | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index ef721bb1..80916858 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.05a (dev) + - your PR? :) + ### Version ++4.04c (release) - fix gramatron and grammar_mutator build scripts diff --git a/include/config.h b/include/config.h index 6b1e1e26..22c1a162 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.04c" +#define VERSION "++4.05a" /****************************************************** * * |