about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-06-09 19:15:12 +0200
committervanhauser-thc <vh@thc.org>2024-06-09 19:15:12 +0200
commitf2cd5e1d8e8a97ed86990c0eeb6f00e7c289fc44 (patch)
treeac9b663e6ee386cd8d20f497d657262c120acf0f
parentec0b83f127702fe23da72f4d424bc13a5bacfae9 (diff)
downloadafl++-f2cd5e1d8e8a97ed86990c0eeb6f00e7c289fc44.tar.gz
v4.22a init
-rw-r--r--README.md2
-rw-r--r--docs/Changelog.md5
-rw-r--r--include/config.h2
3 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1b255a2a..015b6829 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 Release version: [4.21c](https://github.com/AFLplusplus/AFLplusplus/releases)
 
-GitHub version: 4.21c
+GitHub version: 4.22a
 
 Repository:
 [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 50494acc..1eb284a0 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.22a (dev)
+  - 
+
+
 ### Version ++4.21c (release)
   * afl-fuzz
     - fixed a regression in afl-fuzz that resulted in a 5-10% performace loss
@@ -42,7 +46,6 @@
   * Fixed a shmem mmap bug (that rarely came up on MacOS)
   * libtokencap: script generate_libtoken_dict.sh added by @a-shvedov 
 
-
 ### 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 c4acf8db..d8177a75 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.21c"
+#define VERSION "++4.22a"
 
 /******************************************************
  *                                                    *