diff options
author | van Hauser <vh@thc.org> | 2020-04-09 10:30:24 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-04-09 16:27:00 +0200 |
commit | 0c2e998f69b060867461cd903989dfe99252a8e3 (patch) | |
tree | 78c6446ae8329431fc0742155258ce5529b96ba0 | |
parent | 504529c3aa5c80937f9f722f90d0ec55e09c6dd2 (diff) | |
download | afl++-0c2e998f69b060867461cd903989dfe99252a8e3.tar.gz |
2.63d 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 70753fcc..dd135b7e 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.63d (development): + - ... + + ### Version ++2.63c (release): ! the repository was moved from vanhauser-thc to AFLplusplus. It is now diff --git a/include/config.h b/include/config.h index 6b50be60..cf73772f 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.63c" +#define VERSION "++2.63d" /****************************************************** * * |