about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-15 09:04:55 +0200
committervan Hauser <vh@thc.org>2020-05-15 09:04:55 +0200
commit564399bd754e355d28da5b498856c05b63901661 (patch)
tree657717d907539930eb6fb17ea00c5140941e1be5
parent49bd24144a881f4f55ef1a3db9a7f129a6670488 (diff)
downloadafl++-564399bd754e355d28da5b498856c05b63901661.tar.gz
v2.65d init
-rw-r--r--docs/Changelog.md4
-rw-r--r--include/config.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index ef5759c8..9fe17961 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 ++2.6d (dev)
+  - ...
+
+
 ### Version ++2.65c (release):
   - afl-fuzz:
      - AFL_MAP_SIZE was not working correctly
diff --git a/include/config.h b/include/config.h
index cd6ff641..6fde8b36 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.65c"
+#define VERSION "++2.65d"
 
 /******************************************************
  *                                                    *