diff options
-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 b61cbfd0..4c305412 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@  - Release Version: 2.60c + Release Version: 2.61c - Github Version: 2.60d + Github Version: 2.61d includes all necessary/interesting changes from Google's afl 2.56b diff --git a/docs/Changelog.md b/docs/Changelog.md index 0d67e807..5019a0a7 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.60d (develop): +### Version ++2.61c (release): - use -march=native if available - most tools now check for mistyped environment variables diff --git a/include/config.h b/include/config.h index 12e2d092..d1b40245 100644 --- a/include/config.h +++ b/include/config.h @@ -27,7 +27,7 @@ /* Version string: */ // c = release, d = volatile github dev, e = experimental branch -#define VERSION "++2.60d" +#define VERSION "++2.61c" /****************************************************** * * |