We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed06b3b commit d206d5fCopy full SHA for d206d5f
docs/Changelog.md
@@ -3,6 +3,11 @@
3
This is the list of all noteworthy changes made in every public
4
release of the tool. See README.md for the general instruction manual.
5
6
+
7
+### Version ++4.31a (dev)
8
+ - your PR?
9
10
11
### Version ++4.30c (release)
12
! afl-gcc and afl-clang funcionality is now removed !
13
- afl-fuzz:
include/config.h
@@ -26,7 +26,7 @@
26
/* Version string: */
27
28
// c = release, a = volatile github dev, e = experimental branch
29
-#define VERSION "++4.30c"
+#define VERSION "++4.31a"
30
31
/******************************************************
32
* *
0 commit comments