about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-02-24 17:26:02 +0100
committervan Hauser <vh@thc.org>2020-02-24 17:26:02 +0100
commit9cc8ebd35123ee67ae0533f2cf03d725d402868b (patch)
treed8a4ac0de76f2713171e399a6fb597e5e059964d
parent3f6bfbd98148f7decb5ca8a049d334d05c560c09 (diff)
downloadafl++-9cc8ebd35123ee67ae0533f2cf03d725d402868b.tar.gz
2.61d init
-rw-r--r--docs/Changelog.md5
-rw-r--r--include/config.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 5019a0a7..4e99bcac 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -9,6 +9,11 @@ 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.61d (develop):
+
+  - ...
+
+
 ### Version ++2.61c (release):
 
   - use -march=native if available
diff --git a/include/config.h b/include/config.h
index d1b40245..59a476c9 100644
--- a/include/config.h
+++ b/include/config.h
@@ -27,7 +27,7 @@
 /* Version string: */
 
 // c = release, d = volatile github dev, e = experimental branch
-#define VERSION "++2.61c"
+#define VERSION "++2.61d"
 
 /******************************************************
  *                                                    *