diff options
author | van Hauser <vh@thc.org> | 2020-07-01 18:24:00 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-07-01 18:24:00 +0200 |
commit | 00abb999e3c051c5c7c6349c385d77d25dea8e7f (patch) | |
tree | ebe7c59a365a77fe77a781709b26a8a4de98d126 | |
parent | f2efea4b46584b134bf9016f24548d07934b6632 (diff) | |
download | afl++-00abb999e3c051c5c7c6349c385d77d25dea8e7f.tar.gz |
v2.66d init
-rw-r--r-- | docs/Changelog.md | 4 | ||||
-rw-r--r-- | include/config.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index afb9dea6..57b2b4a2 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 <afl-users+subscribe@googlegroups.com>. +### Version ++2.66d (devel) + - ... ? + + ### Version ++2.66c (release) - renamed the main branch on Github to "stable" - renamed master/slave to main/secondary diff --git a/include/config.h b/include/config.h index e8f52f45..7de74009 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.66c" +#define VERSION "++2.66d" /****************************************************** * * |