From 212e5d1a720cc52b8d7c674cb65586e4fe82a3b0 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Fri, 28 Feb 2020 01:16:36 +0100 Subject: v2.62d --- docs/Changelog.md | 5 +++++ include/config.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index eb568b96..6112e76b 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 . +### Version ++2.62d (developt): + + - ... your patch? :-) + + ### Version ++2.62c (release): - Important fix for memory allocation functions that result in afl-fuzz diff --git a/include/config.h b/include/config.h index ff46cac4..529dc4e7 100644 --- a/include/config.h +++ b/include/config.h @@ -27,7 +27,7 @@ /* Version string: */ // c = release, d = volatile github dev, e = experimental branch -#define VERSION "++2.62c" +#define VERSION "++2.62d" /****************************************************** * * -- cgit 1.4.1