diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-23 22:49:02 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-24 11:12:44 +0100 |
commit | 2fef89950f826be065cc9677df690ebfd21160c1 (patch) | |
tree | 93dcb80e037967f0cf2af43d3b3fb48e1b228d8c | |
parent | a908a982254305777a3ea4dadf70120089b4ddf4 (diff) | |
download | afl++-2fef89950f826be065cc9677df690ebfd21160c1.tar.gz |
v3.12c release
-rw-r--r-- | docs/Changelog.md | 2 | ||||
-rw-r--r-- | include/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index aea95d5d..476c6f4e 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -8,7 +8,7 @@ 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 ++3.12a (dev) +### Version ++3.12c (release) - afl-fuzz: - added AFL_TARGET_ENV variable to pass extra env vars to the target (for things like LD_LIBRARY_PATH) diff --git a/include/config.h b/include/config.h index 3c09fce4..c93a6d51 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.12a" +#define VERSION "++3.12c" /****************************************************** * * |