diff --git a/README.md b/README.md
index 935c71ce1d7bd500308893a7fd0bc7a53f052edd..fd92a8c0f81b1f6e3385db2039377fcc4185b9e6 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 <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.03c](https://github.com/AFLplusplus/AFLplusplus/releases)
+Release version: [4.04c](https://github.com/AFLplusplus/AFLplusplus/releases)
 
 GitHub version: 4.04a
 
diff --git a/docs/Changelog.md b/docs/Changelog.md
index b4f758e898809627b995ab64ef6f7ca5b5e7e81b..ef721bb1328063b81dd26be69ed8002d1bffe451 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -4,7 +4,7 @@
   release of the tool. See README.md for the general instruction manual.
 
 
-### Version ++4.04a (dev)
+### Version ++4.04c (release)
   - fix gramatron and grammar_mutator build scripts
   - enhancements to the afl-persistent-config and afl-system-config
     scripts
diff --git a/include/config.h b/include/config.h
index 21701515db974c2e619fab44c4c74b203a49d251..6b1e1e26ecc25b9c38f9a0ac853aa352b3e95396 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.04a"
+#define VERSION "++4.04c"
 
 /******************************************************
  *                                                    *