about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--docs/ChangeLog7
-rw-r--r--include/config.h2
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index c5931b32..31fa1674 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -13,6 +13,13 @@ 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.54d (dev):
+----------------------
+
+  - ... your patch? :)
+
+
 --------------------------
 Version ++2.54c (release):
 --------------------------
diff --git a/include/config.h b/include/config.h
index 715cc481..1fd478c6 100644
--- a/include/config.h
+++ b/include/config.h
@@ -26,7 +26,7 @@
 
 /* Version string: */
 
-#define VERSION "++2.54c"  // c = release, d = volatile github dev
+#define VERSION "++2.54d"  // c = release, d = volatile github dev
 
 /******************************************************
  *                                                    *