v2.64d init
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 9d6b5f8..256c9c9 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -9,6 +9,11 @@
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 1de9973..f11ac91 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"
/******************************************************
* *