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:13:31 +0100
committerGitHub <noreply@github.com>2021-03-01 10:13:31 +0100
commit41788950ccb99e8d2bdc274916ce815bf3d5035c (patch)
tree9b2335f357e84e18e4c8259581360923921ca8b2 /include/config.h
parent78d96c4dc86ac20e2a6e244017407ccc037ff13b (diff)
parentbd0a23de73011a390714b9f3836a46443054fdd5 (diff)
downloadafl++-41788950ccb99e8d2bdc274916ce815bf3d5035c.tar.gz
Merge pull request #771 from AFLplusplus/stable
v3.10c
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 */