about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-09-05 10:14:42 +0200
committervan Hauser <vh@thc.org>2019-09-05 10:14:42 +0200
commit1a0b491ed6d8a694b78b313f115f0650d6854418 (patch)
tree705b53519a63d1caf475045b9ce219dccaee4635
parent3a4226a28bce2df9ca3c0324d1bfb7f6f28eaeee (diff)
downloadafl++-1a0b491ed6d8a694b78b313f115f0650d6854418.tar.gz
2.54d init
-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
 
 /******************************************************
  *                                                    *