aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-17 19:39:32 +0200
committerDominik Maier <domenukk@gmail.com>2020-04-21 13:14:34 +0200
commit0dc64b93d81df6ba0e16c2236828f5abd5add30b (patch)
treee1a56eef66d3ff1a7b1545bf3b5b99c3cdf61e6e
parente90194093ebb73abbbda7c225878b68ae5bc03e7 (diff)
downloadafl++-0dc64b93d81df6ba0e16c2236828f5abd5add30b.tar.gz
v2.64d init
-rw-r--r--docs/Changelog.md5
-rw-r--r--include/config.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 9d6b5f87..256c9c93 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -9,6 +9,11 @@ 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 ++2.64d (develop):
+ - ...
+
+
+
### Version ++2.64c (release):
- llvm_mode LTO mode:
- now requires llvm11 - but compiles all targets! :)
diff --git a/include/config.h b/include/config.h
index 1de9973b..f11ac919 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 "++2.64c"
+#define VERSION "++2.64d"
/******************************************************
* *