This commit is contained in:
van Hauser
2020-08-18 20:08:29 +02:00
parent 5c759953f4
commit 9faf7b6fc8
2 changed files with 5 additions and 1 deletions

View File

@ -9,6 +9,10 @@ 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.67d (develop)
- Fix for auto dictionary not to throw out a -x dictionary
### Version ++2.67c (release)
- Support for improved afl++ snapshot module:
https://github.com/AFLplusplus/AFL-Snapshot-LKM

View File

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