about summary refs log tree commit diff
diff options
context:
space:
mode:
-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
 
 /******************************************************
  *                                                    *