diff options
author | van Hauser <vh@thc.org> | 2020-02-24 17:24:06 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-24 17:24:06 +0100 |
commit | 3f6bfbd98148f7decb5ca8a049d334d05c560c09 (patch) | |
tree | 2d0b79a42dbb64defc029c6c1e7f1ded17a70ead | |
parent | 6fece5525e73bd88731bd7e4fe21d51e5b1498e6 (diff) | |
download | afl++-3f6bfbd98148f7decb5ca8a049d334d05c560c09.tar.gz |
v2.61c 2.61c
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | docs/Changelog.md | 2 | ||||
-rw-r--r-- | include/config.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md index b61cbfd0..4c305412 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@  - Release Version: 2.60c + Release Version: 2.61c - Github Version: 2.60d + Github Version: 2.61d includes all necessary/interesting changes from Google's afl 2.56b diff --git a/docs/Changelog.md b/docs/Changelog.md index 0d67e807..5019a0a7 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -9,7 +9,7 @@ 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 ++2.60d (develop): +### Version ++2.61c (release): - use -march=native if available - most tools now check for mistyped environment variables diff --git a/include/config.h b/include/config.h index 12e2d092..d1b40245 100644 --- a/include/config.h +++ b/include/config.h @@ -27,7 +27,7 @@ /* Version string: */ // c = release, d = volatile github dev, e = experimental branch -#define VERSION "++2.60d" +#define VERSION "++2.61c" /****************************************************** * * |