Skip to content

Commit d206d5f

Browse files
committed
v4.31a
1 parent ed06b3b commit d206d5f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
This is the list of all noteworthy changes made in every public
44
release of the tool. See README.md for the general instruction manual.
55

6+
7+
### Version ++4.31a (dev)
8+
- your PR?
9+
10+
611
### Version ++4.30c (release)
712
! afl-gcc and afl-clang funcionality is now removed !
813
- afl-fuzz:

include/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/* Version string: */
2727

2828
// c = release, a = volatile github dev, e = experimental branch
29-
#define VERSION "++4.30c"
29+
#define VERSION "++4.31a"
3030

3131
/******************************************************
3232
* *

0 commit comments

Comments
 (0)