diff --git a/README.md b/README.md
index 53b2b8d090c559e72a2fd23f732494ac3a30ca99..921fc0c675df43af7e8851d3485c276167e09bf8 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.01c](https://github.com/AFLplusplus/AFLplusplus/releases)
+Release version: [4.02c](https://github.com/AFLplusplus/AFLplusplus/releases)
 
-GitHub version: 4.02a
+GitHub version: 4.02c
 
 Repository:
 [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 9ee1a7fc2bcd25f7ede50715f116c41dda253588..957f620695da1a312d0d8ab8f2d5e76dfd9ecece 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -8,10 +8,7 @@
 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.02a (dev)
-  - afl-fuzz:
-    - change post_process hook to allow returning NULL and 0 length to
-      tell afl-fuzz to skip this mutated input
+### Version ++4.02c (release)
   - afl-cc:
     - important fix for the default pcguard mode when LLVM IR vector
       selects are produced, thanks to @juppytt for reporting!
@@ -21,6 +18,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - laf cmp splitting fixed for more comparison types
   - frida_mode:
     - now works on Android!
+  - afl-fuzz:
+    - change post_process hook to allow returning NULL and 0 length to
+      tell afl-fuzz to skip this mutated input
 
 
 ### Version ++4.01c (release)
diff --git a/include/config.h b/include/config.h
index 0ae6c271f85a6baca7f37bb82f1d7a1a80c2686f..d7a08428b0b141c11ab8650d5bf75c1902d8556c 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.02a"
+#define VERSION "++4.02c"
 
 /******************************************************
  *                                                    *