From 3a4226a28bce2df9ca3c0324d1bfb7f6f28eaeee Mon Sep 17 00:00:00 2001
From: van Hauser <vh@thc.org>
Date: Thu, 5 Sep 2019 10:12:22 +0200
Subject: [PATCH] 2.54c release

---
 README.md        | 4 ++--
 docs/ChangeLog   | 6 +++---
 include/config.h | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 4b3909e25..597ed8f0a 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 66f71a423..c5931b32d 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 9a263c862..715cc4811 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
 
 /******************************************************
  *                                                    *
-- 
GitLab