aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-04-13 11:54:02 +0200
committervanhauser-thc <vh@thc.org>2024-04-13 11:54:08 +0200
commit6b049536f1614892df99f7c1ebd7710192b607a8 (patch)
tree29d20ce876d6ed7ba970071101566132d911cffb
parent1582aa9da2d7593e5b577aa3fc963ea7eb2ccbb3 (diff)
downloadAFLplusplus-6b049536f1614892df99f7c1ebd7710192b607a8.tar.gz
v4.21 init
-rw-r--r--.github/workflows/ci.yml1
-rw-r--r--README.md2
-rw-r--r--docs/Changelog.md4
-rw-r--r--include/config.h2
4 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dd0d13e9..ed382fbb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -5,7 +5,6 @@ on:
branches:
- stable
- dev
- - 420
pull_request:
branches:
- dev # No need for stable-pull-request, as that equals dev-push
diff --git a/README.md b/README.md
index 2583407e..34d73890 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
Release version: [4.20c](https://github.com/AFLplusplus/AFLplusplus/releases)
-GitHub version: 4.20c
+GitHub version: 4.21a
Repository:
[https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 2428d63f..a7eb239b 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -3,6 +3,10 @@
This is the list of all noteworthy changes made in every public
release of the tool. See README.md for the general instruction manual.
+### Version ++4.21a (dev)
+ * your PR? :-)
+
+
### Version ++4.20c (release)
! A new forkserver communication model is now introduced. afl-fuzz is
backward compatible to old compiled targets if they are not built
diff --git a/include/config.h b/include/config.h
index 3ea059ff..a2ff68ea 100644
--- a/include/config.h
+++ b/include/config.h
@@ -26,7 +26,7 @@
/* Version string: */
// c = release, a = volatile github dev, e = experimental branch
-#define VERSION "++4.20c"
+#define VERSION "++4.21a"
/******************************************************
* *