diff options
author | van Hauser <vh@thc.org> | 2023-08-10 08:42:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-10 08:42:17 +0000 |
commit | f596a297c4de6a5e1a6fb9fbb3b4e18124a24f58 (patch) | |
tree | bcd478e7cbc163e68473f726a65bcc21a7525265 /include/config.h | |
parent | fa44d8f79f03c0aab3cfea93c37b70edc367c1bb (diff) | |
parent | 3721c65a0b7fdf2b24713f8009030c6c241e200b (diff) | |
download | afl++-f596a297c4de6a5e1a6fb9fbb3b4e18124a24f58.tar.gz |
Merge pull request #1832 from AFLplusplus/dev v4.08c
v4.08c release
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h index df545583..5a81c4e2 100644 --- a/include/config.h +++ b/include/config.h @@ -5,9 +5,9 @@ Originally written by Michal Zalewski Now maintained by Marc Heuse <mh@mh-sec.de>, - Heiko Eißfeldt <heiko.eissfeldt@hexco.de>, - Andrea Fioraldi <andreafioraldi@gmail.com>, Dominik Maier <mail@dmnk.co> + Andrea Fioraldi <andreafioraldi@gmail.com>, + Heiko Eissfeldt <heiko.eissfeldt@hexco.de>, Copyright 2016, 2017 Google Inc. All rights reserved. Copyright 2019-2023 AFLplusplus Project. All rights reserved. @@ -26,7 +26,7 @@ /* Version string: */ // c = release, a = volatile github dev, e = experimental branch -#define VERSION "++4.08a" +#define VERSION "++4.08c" /****************************************************** * * |