diff --git a/README.md b/README.md
index 4edfe89a..b8c2d95e 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@
-Release version: [4.31c](https://github.com/AFLplusplus/AFLplusplus/releases)
+Release version: [4.32c](https://github.com/AFLplusplus/AFLplusplus/releases)
-GitHub version: 4.32a
+GitHub version: 4.32c
Repository:
[https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)
@@ -16,7 +16,6 @@ AFL++ is maintained by:
* Andrea Fioraldi
* Heiko "hexcoder-" Eissfeldt
* frida_mode is maintained by @Worksbutnottested
-* Documentation: Jana Aydinbas
Originally developed by Michal "lcamtuf" Zalewski.
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 62908c92..83fe673d 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.32a (dev)
+### Version ++4.32c (release)
- Fixed a bug where after a fast restart of a full fuzzed corpus afl-fuzz
terminates with "need at least one valid input seed that does not crash"
- Small improvements to afl-*-config
diff --git a/include/config.h b/include/config.h
index b4c0cb54..04e8efef 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.32a"
+#define VERSION "++4.32c"
/******************************************************
* *