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 10:12:42 +0100
committervanhauser-thc <vh@thc.org>2021-03-01 10:12:42 +0100
commit82c05630ba201bfc631e4e2335c6d8c2e76d91c0 (patch)
tree129a2d8f52c97bc139a4ec051028ae7f7a7461f7 /include/config.h
parent4619a1395b9a414e5e11148d79fde3a7fa348e87 (diff)
downloadafl++-82c05630ba201bfc631e4e2335c6d8c2e76d91c0.tar.gz
3.11a init
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 c583f23b..a3aa9a4a 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 "++3.10c"
+#define VERSION "++3.11a"
 
 /******************************************************
  *                                                    *