about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-03-01 10:12:04 +0100
committerGitHub <noreply@github.com>2021-03-01 10:12:04 +0100
commitbd0a23de73011a390714b9f3836a46443054fdd5 (patch)
tree9b2335f357e84e18e4c8259581360923921ca8b2 /include/config.h
parent5cf0655071a83b1c87490be8399fe2365f087223 (diff)
parent4619a1395b9a414e5e11148d79fde3a7fa348e87 (diff)
downloadafl++-bd0a23de73011a390714b9f3836a46443054fdd5.tar.gz
Merge pull request #767 from AFLplusplus/dev 3.10c
Final push for release
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h
index 439f4d2f..c583f23b 100644
--- a/include/config.h
+++ b/include/config.h
@@ -25,8 +25,8 @@
 
 /* Version string: */
 
-// c = release, d = volatile github dev, e = experimental branch
-#define VERSION "++3.01a"
+// c = release, a = volatile github dev, e = experimental branch
+#define VERSION "++3.10c"
 
 /******************************************************
  *                                                    *
@@ -50,7 +50,7 @@
 #define CMPLOG_COMBINE
 
 /* Minimum % of the corpus to perform cmplog on. Default: 10% */
-#define CMPLOG_CORPUS_PERCENT 10U
+#define CMPLOG_CORPUS_PERCENT 5U
 
 /* Number of potential positions from which we decide if cmplog becomes
    useless, default 8096 */