From 564399bd754e355d28da5b498856c05b63901661 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Fri, 15 May 2020 09:04:55 +0200 Subject: v2.65d init --- docs/Changelog.md | 4 ++++ include/config.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 . +### 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" /****************************************************** * * -- cgit 1.4.1