about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-01 09:43:35 +0100
committervanhauser-thc <vh@thc.org>2021-03-01 09:43:35 +0100
commit0c38850f955a608529bdd02cc39dc68713ef8528 (patch)
tree8f4d25cc99b8e78bdaa021170bb6e5e384685ba3 /include/config.h
parent07884e00549b247d59c6289e58808aae401eeb79 (diff)
downloadafl++-0c38850f955a608529bdd02cc39dc68713ef8528.tar.gz
3.10c release
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h
index b0b1f7b9..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"
 
 /******************************************************
  *                                                    *