From 38ab1eda6e9eee34e6a53368ab620e124102fc20 Mon Sep 17 00:00:00 2001
From: vanhauser-thc <vh@thc.org>
Date: Mon, 19 Sep 2022 12:15:10 +0200
Subject: [PATCH] 4.03c

---
 README.md                 | 4 ++--
 docs/Changelog.md         | 6 +-----
 include/config.h          | 2 +-
 qemu_mode/QEMUAFL_VERSION | 2 +-
 qemu_mode/qemuafl         | 2 +-
 5 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index a8b579d8f..935c71ce1 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@
 
 <img align="right" src="https://raw.githubusercontent.com/AFLplusplus/Website/master/static/aflpp_bg.svg" alt="AFL++ logo" width="250" heigh="250">
 
-Release version: [4.02c](https://github.com/AFLplusplus/AFLplusplus/releases)
+Release version: [4.03c](https://github.com/AFLplusplus/AFLplusplus/releases)
 
-GitHub version: 4.03a
+GitHub version: 4.04a
 
 Repository:
 [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 95659068f..7d34d364b 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -3,12 +3,8 @@
   This is the list of all noteworthy changes made in every public
   release of the tool. See README.md for the general instruction manual.
 
-## Staying informed
 
-Want to stay in the loop on major new features? Join our mailing list by
-sending a mail to <afl-users+subscribe@googlegroups.com>.
-
-### Version ++4.03a (dev)
+### Version ++4.03c (release)
   - Building now gives a build summary what succeeded and what not
   - afl-fuzz:
     - added AFL_NO_STARTUP_CALIBRATION to start fuzzing at once instead
diff --git a/include/config.h b/include/config.h
index 1262668a9..2882c9ded 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.03a"
+#define VERSION "++4.03c"
 
 /******************************************************
  *                                                    *
diff --git a/qemu_mode/QEMUAFL_VERSION b/qemu_mode/QEMUAFL_VERSION
index 10e875b16..836bcf476 100644
--- a/qemu_mode/QEMUAFL_VERSION
+++ b/qemu_mode/QEMUAFL_VERSION
@@ -1 +1 @@
-61bc152384
+d09c24cb12
diff --git a/qemu_mode/qemuafl b/qemu_mode/qemuafl
index 61bc15238..d09c24cb1 160000
--- a/qemu_mode/qemuafl
+++ b/qemu_mode/qemuafl
@@ -1 +1 @@
-Subproject commit 61bc1523848a5235b43719c9fa7d78e9a970a1aa
+Subproject commit d09c24cb12a7bd2326641ce57ea10be6c4d1d612
-- 
GitLab