aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--docs/Changelog.md2
-rw-r--r--include/config.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 935c71ce..fd92a8c0 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 b4f758e8..ef721bb1 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 21701515..6b1e1e26 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"
/******************************************************
* *