aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-09-05 10:12:22 +0200
committervan Hauser <vh@thc.org>2019-09-05 10:12:22 +0200
commit3a4226a28bce2df9ca3c0324d1bfb7f6f28eaeee (patch)
tree4652a12ebaba2940bd2c386a4d491d4d153c6673
parent1a47a5a739678a1739144b60d8c1cda926fa1bb0 (diff)
downloadafl++-3a4226a28bce2df9ca3c0324d1bfb7f6f28eaeee.tar.gz
2.54c release2.54c
-rw-r--r--README.md4
-rw-r--r--docs/ChangeLog6
-rw-r--r--include/config.h2
3 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 4b3909e2..597ed8f0 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 66f71a42..c5931b32 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -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/
diff --git a/include/config.h b/include/config.h
index 9a263c86..715cc481 100644
--- a/include/config.h
+++ b/include/config.h
@@ -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
/******************************************************
* *