v3.13c release

This commit is contained in:
vanhauser-thc 2021-06-01 12:15:14 +02:00
parent b9799bbe1d
commit f9ca2cf989
3 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@
<img align="right" src="https://raw.githubusercontent.com/andreafioraldi/AFLplusplus-website/master/static/logo_256x256.png" alt="AFL++ Logo"> <img align="right" src="https://raw.githubusercontent.com/andreafioraldi/AFLplusplus-website/master/static/logo_256x256.png" alt="AFL++ Logo">
Release Version: [3.12c](https://github.com/AFLplusplus/AFLplusplus/releases) Release Version: [3.13c](https://github.com/AFLplusplus/AFLplusplus/releases)
Github Version: 3.13a Github Version: 3.14a
Repository: [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus) Repository: [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)

View File

@ -8,7 +8,7 @@
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.13a (development) ### 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,
it currently supports persistent mode and cmplog. it currently supports persistent mode and cmplog.

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.13a" #define VERSION "++3.13c"
/****************************************************** /******************************************************
* * * *