diff --git a/README.md b/README.md index 7b73a5f37972cbc8e27d02a87258091570c50f90..4cad6b4760bae77f3a701444539b72f4461df949 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@  - Release Version: [2.67c](https://github.com/AFLplusplus/AFLplusplus/releases) + Release Version: [2.68c](https://github.com/AFLplusplus/AFLplusplus/releases) - Github Version: 2.67d + Github Version: 3.00a Repository: [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus) diff --git a/docs/Changelog.md b/docs/Changelog.md index 0d93ee1f2f5dc620b7943dceb501978609931aa0..6321aee4053f62cc41bbf90c9d19140ec6d14dc0 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.67d (develop) +### Version ++2.68c (release) - added the GSoC excellent afl++ grammar mutator by Shengtuo to our custom_mutators/ (see custom_mutators/README.md) - or get it here: https://github.com/AFLplusplus/Grammar-Mutator diff --git a/include/config.h b/include/config.h index 6c73bcedba0cf629732bce761a6f6246cfe9c222..77407d50d4dfe092e509534be7f6979b76667e57 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.67d" +#define VERSION "++2.68c" /****************************************************** * *