v3.14a init

This commit is contained in:
vanhauser-thc
2021-06-01 12:39:13 +02:00
parent 9cf45db7f9
commit bdc7aa1a94
2 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,10 @@
Want to stay in the loop on major new features? Join our mailing list by Want to stay in the loop on major new features? Join our mailing list by
sending a mail to <afl-users+subscribe@googlegroups.com>. sending a mail to <afl-users+subscribe@googlegroups.com>.
### Version ++3.14a (release)
- ... your pull request?
### Version ++3.13c (release) ### Version ++3.13c (release)
- Note: plot_data switched to relative time from unix time in 3.10 - Note: plot_data switched to relative time from unix time in 3.10
- frida_mode - new mode that uses frida to fuzz binary-only targets, - frida_mode - new mode that uses frida to fuzz binary-only targets,

View File

@ -26,7 +26,7 @@
/* Version string: */ /* Version string: */
// c = release, a = volatile github dev, e = experimental branch // c = release, a = volatile github dev, e = experimental branch
#define VERSION "++3.13c" #define VERSION "++3.14a"
/****************************************************** /******************************************************
* * * *