about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-12-15 09:55:33 +0100
committervan Hauser <vh@thc.org>2020-12-15 09:55:33 +0100
commit1fc0918ac0e79588f9c4aff0a274da0897fe1b88 (patch)
tree5d2a4146eeb30e250a3c18e8fa5cce618f8af4cb
parent149ec41e9039d79420088c6de7bfc7feba5fe937 (diff)
downloadafl++-1fc0918ac0e79588f9c4aff0a274da0897fe1b88.tar.gz
v3.01a init
-rw-r--r--README.md2
-rw-r--r--docs/Changelog.md4
-rw-r--r--include/config.h2
3 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 68b64ce6..a0e7a7e4 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
 
   Release Version: [3.00c](https://github.com/AFLplusplus/AFLplusplus/releases)
 
-  Github Version: 3.00a
+  Github Version: 3.01a
 
   Repository: [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)
 
diff --git a/docs/Changelog.md b/docs/Changelog.md
index d77c276b..a45eaad7 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -9,6 +9,10 @@ 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 ++3.01a (release)
+  - ...
+
+
 ### Version ++3.00c (release)
   - llvm_mode/ and gcc_plugin/ moved to instrumentation/
   - examples/ renamed to utils/
diff --git a/include/config.h b/include/config.h
index 93249ed9..1eb6bc5e 100644
--- a/include/config.h
+++ b/include/config.h
@@ -28,7 +28,7 @@
 /* Version string: */
 
 // c = release, d = volatile github dev, e = experimental branch
-#define VERSION "++3.00c"
+#define VERSION "++3.01a"
 
 /******************************************************
  *                                                    *