This commit is contained in:
van Hauser 2020-02-24 17:24:06 +01:00
parent 6fece5525e
commit 3f6bfbd981
3 changed files with 4 additions and 4 deletions

View File

@ -4,9 +4,9 @@
![Travis State](https://api.travis-ci.com/vanhauser-thc/AFLplusplus.svg?branch=master)
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

View File

@ -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

View File

@ -27,7 +27,7 @@
/* Version string: */
// c = release, d = volatile github dev, e = experimental branch
#define VERSION "++2.60d"
#define VERSION "++2.61c"
/******************************************************
* *