about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-02-08 12:46:00 +0100
committervanhauser-thc <vh@thc.org>2024-02-08 12:46:08 +0100
commit038fef962c3d85fe7e37fcd8717270654f927881 (patch)
tree03a7e572705e1d2ec813822b1ad09bfff1a39a2c /include/config.h
parent42c663e7c76bd3abee2c6a84dd689bcfea3f59dc (diff)
downloadafl++-038fef962c3d85fe7e37fcd8717270654f927881.tar.gz
performance
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 70ce2ae3..31d66b14 100644
--- a/include/config.h
+++ b/include/config.h
@@ -26,7 +26,7 @@
 /* Version string: */
 
 // c = release, a = volatile github dev, e = experimental branch
-#define VERSION "++4.10c"
+#define VERSION "++4.20a"
 
 /******************************************************
  *                                                    *