Skip to content

Commit ed06b3b

Browse files
committed
v4.30c
1 parent 5d08f33 commit ed06b3b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<img align="right" src="https://raw.githubusercontent.com/AFLplusplus/Website/main/static/aflpp_bg.svg" alt="AFL++ logo" width="250" height="250">
44

5-
Release version: [4.21c](https://github.com/AFLplusplus/AFLplusplus/releases)
5+
Release version: [4.30c](https://github.com/AFLplusplus/AFLplusplus/releases)
66

7-
GitHub version: 4.22a
7+
GitHub version: 4.31a
88

99
Repository:
1010
[https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)

docs/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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-
### Version ++4.22a (dev)
6+
### Version ++4.30c (release)
77
! afl-gcc and afl-clang funcionality is now removed !
88
- afl-fuzz:
99
- fastresume feature added. if you abort fuzzing and resume fuzzing

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.22a"
29+
#define VERSION "++4.30c"
3030

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

0 commit comments

Comments
 (0)