diff options
author | van Hauser <vh@thc.org> | 2020-04-09 09:14:12 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-09 09:14:12 +0200 |
commit | f06acc4e27f7a5859046bae5276ff80d530e11af (patch) | |
tree | d7fb437674ca9d94331f9e41d2f3a36a22cd54e5 | |
parent | 3c546341e38ccac7e53f6d2e5840140eb4a11827 (diff) | |
download | afl++-f06acc4e27f7a5859046bae5276ff80d530e11af.tar.gz |
push new version
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | docs/Changelog.md | 2 | ||||
-rw-r--r-- | include/config.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md index 8d167f7e..8f817841 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@  - Release Version: [2.62c](https://github.com/AFLplusplus/AFLplusplus/releases) + Release Version: [2.63c](https://github.com/AFLplusplus/AFLplusplus/releases) - Github Version: 2.62d + Github Version: 2.63d includes all necessary/interesting changes from Google's afl 2.56b diff --git a/docs/Changelog.md b/docs/Changelog.md index 424b61dc..70753fcc 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -9,7 +9,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 ++2.62d (develop): +### Version ++2.63c (release): ! the repository was moved from vanhauser-thc to AFLplusplus. It is now an own organisation :) diff --git a/include/config.h b/include/config.h index a87c5e84..6b50be60 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.62d" +#define VERSION "++2.63c" /****************************************************** * * |