about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--docs/Changelog.md3
-rw-r--r--include/config.h2
3 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 049518f8..af4c6abd 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 Release version: [4.00c](https://github.com/AFLplusplus/AFLplusplus/releases)
 
-GitHub version: 4.00c
+GitHub version: 4.01a
 
 Repository:
 [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 7f539556..7e276ac6 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -8,6 +8,9 @@
 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.01a (dev)
+  - upcoming new cool stuff :)
+
 ### Version ++4.00c (release)
   - complete documentation restructuring, made possible by Google Season
     of Docs :) thank you Jana!
diff --git a/include/config.h b/include/config.h
index 66a646b1..9fc92b06 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.00c"
+#define VERSION "++4.01a"
 
 /******************************************************
  *                                                    *