2.54c release

This commit is contained in:
van Hauser
2019-09-05 10:12:22 +02:00
parent 1a47a5a739
commit 3a4226a28b
3 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# american fuzzy lop plus plus (afl++)
Release Version: 2.53c
Release Version: 2.54c
Github Version: 2.53d
Github Version: 2.54d
Originally developed by Michal "lcamtuf" Zalewski.

View File

@ -13,9 +13,9 @@ 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.53d (dev):
----------------------
--------------------------
Version ++2.54c (release):
--------------------------
- big code refactoring:
* all includes are now in include/

View File

@ -26,7 +26,7 @@
/* Version string: */
#define VERSION "++2.53d" // c = release, d = volatile github dev
#define VERSION "++2.54c" // c = release, d = volatile github dev
/******************************************************
* *