From 1e23a8d67832eb296fa9abef0745b61ac74ae889 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Mon, 19 Jul 2021 10:49:28 +0200 Subject: update config.h --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h index 9d732e53..443cdc04 100644 --- a/include/config.h +++ b/include/config.h @@ -26,7 +26,7 @@ /* Version string: */ // c = release, a = volatile github dev, e = experimental branch -#define VERSION "++3.14a" +#define VERSION "++3.14c" /****************************************************** * * -- cgit 1.4.1 From 0daffb6283de80511c0cca416817725bd1a201e0 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Mon, 19 Jul 2021 11:15:51 +0200 Subject: 3.15a init --- docs/Changelog.md | 4 ++++ include/config.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'include/config.h') diff --git a/docs/Changelog.md b/docs/Changelog.md index fcfd2ce8..3f3dc642 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -8,6 +8,10 @@ Want to stay in the loop on major new features? Join our mailing list by sending a mail to . +### Version ++3.15a (dev) + - ... + + ### Version ++3.14c (release) - afl-fuzz: - fix -F when a '/' was part of the parameter diff --git a/include/config.h b/include/config.h index 443cdc04..da74989e 100644 --- a/include/config.h +++ b/include/config.h @@ -26,7 +26,7 @@ /* Version string: */ // c = release, a = volatile github dev, e = experimental branch -#define VERSION "++3.14c" +#define VERSION "++3.15a" /****************************************************** * * -- cgit 1.4.1