diff options
author | vanhauser-thc <vh@thc.org> | 2022-10-11 15:39:27 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-10-11 15:39:27 +0200 |
commit | bac6ba89074019e0f095774ecebc435970f4940d (patch) | |
tree | 0ca719900045ab9171b9fb2590b2323e31e9bd5f | |
parent | de9d1ff4a09a72c8bd4bb892f146646296f3f2fa (diff) | |
download | afl++-bac6ba89074019e0f095774ecebc435970f4940d.tar.gz |
v4.04c
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | docs/Changelog.md | 2 | ||||
-rw-r--r-- | include/config.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md index 935c71ce..fd92a8c0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ <img align="right" src="https://raw.githubusercontent.com/AFLplusplus/Website/master/static/aflpp_bg.svg" alt="AFL++ logo" width="250" heigh="250"> -Release version: [4.03c](https://github.com/AFLplusplus/AFLplusplus/releases) +Release version: [4.04c](https://github.com/AFLplusplus/AFLplusplus/releases) GitHub version: 4.04a diff --git a/docs/Changelog.md b/docs/Changelog.md index b4f758e8..ef721bb1 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -4,7 +4,7 @@ release of the tool. See README.md for the general instruction manual. -### Version ++4.04a (dev) +### Version ++4.04c (release) - fix gramatron and grammar_mutator build scripts - enhancements to the afl-persistent-config and afl-system-config scripts diff --git a/include/config.h b/include/config.h index 21701515..6b1e1e26 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.04a" +#define VERSION "++4.04c" /****************************************************** * * |