diff options
author | vanhauser-thc <vh@thc.org> | 2022-01-26 11:11:42 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-01-26 11:11:42 +0100 |
commit | f75535807a19cb7b3696fc0a701b97e994184502 (patch) | |
tree | a9214aacfcd2e06e4528d488c4038e68655554ea | |
parent | b0758ac8db0a2ec833b5ef7a60ab2d04cc7f6a9a (diff) | |
download | afl++-f75535807a19cb7b3696fc0a701b97e994184502.tar.gz |
4.01a init
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | docs/Changelog.md | 3 | ||||
-rw-r--r-- | include/config.h | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md index 049518f8..af4c6abd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Release version: [4.00c](https://github.com/AFLplusplus/AFLplusplus/releases) -GitHub version: 4.00c +GitHub version: 4.01a Repository: [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus) diff --git a/docs/Changelog.md b/docs/Changelog.md index 7f539556..7e276ac6 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -8,6 +8,9 @@ Want to stay in the loop on major new features? Join our mailing list by sending a mail to <afl-users+subscribe@googlegroups.com>. +### Version ++4.01a (dev) + - upcoming new cool stuff :) + ### Version ++4.00c (release) - complete documentation restructuring, made possible by Google Season of Docs :) thank you Jana! diff --git a/include/config.h b/include/config.h index 66a646b1..9fc92b06 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.00c" +#define VERSION "++4.01a" /****************************************************** * * |