diff --git a/README.md b/README.md
index b73cf2c1..951efe59 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@
-Release version: [4.07c](https://github.com/AFLplusplus/AFLplusplus/releases)
+Release version: [4.08c](https://github.com/AFLplusplus/AFLplusplus/releases)
-GitHub version: 4.08a
+GitHub version: 4.08c
Repository:
[https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)
@@ -12,13 +12,13 @@ Repository:
AFL++ is maintained by:
* Marc "van Hauser" Heuse
-* Andrea Fioraldi
* Dominik Maier
-* Heiko "hexcoder-" Eißfeldt
+* Andrea Fioraldi
+* Heiko "hexcoder-" Eissfeldt
* frida_mode is maintained by @Worksbutnottested
* Documentation: Jana Aydinbas
-Originally developed by Michał "lcamtuf" Zalewski.
+Originally developed by Michal "lcamtuf" Zalewski.
AFL++ is a superior fork to Google's AFL - more speed, more and better
mutations, more and better instrumentation, custom module support, etc.
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 76f98547..2c747e42 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -3,7 +3,7 @@
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.08a (dev)
+### Version ++4.08c (release)
- afl-fuzz:
- new mutation engine: mutations that favor discovery more paths are
prefered until no new finds for 10 minutes then switching to mutations
diff --git a/include/config.h b/include/config.h
index df545583..5a81c4e2 100644
--- a/include/config.h
+++ b/include/config.h
@@ -5,9 +5,9 @@
Originally written by Michal Zalewski
Now maintained by Marc Heuse ,
- Heiko Eißfeldt ,
- Andrea Fioraldi ,
Dominik Maier
+ Andrea Fioraldi ,
+ Heiko Eissfeldt ,
Copyright 2016, 2017 Google Inc. All rights reserved.
Copyright 2019-2023 AFLplusplus Project. All rights reserved.
@@ -26,7 +26,7 @@
/* Version string: */
// c = release, a = volatile github dev, e = experimental branch
-#define VERSION "++4.08a"
+#define VERSION "++4.08c"
/******************************************************
* *