about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-15 23:08:28 +0100
committervanhauser-thc <vh@thc.org>2021-03-15 23:08:28 +0100
commitac795ae1e154df87d422eb9a307ee1f40fcb701f (patch)
tree79c15c7a4f879c90f683a61a8ad878bd19e2a69e /include/config.h
parentaa6a50c2b4abbedee8e2aaf6d32a560f8cbc085c (diff)
downloadafl++-ac795ae1e154df87d422eb9a307ee1f40fcb701f.tar.gz
v3.11c release
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 6ada0fbe..cc8024ea 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.11a"
+#define VERSION "++3.11c"
 
 /******************************************************
  *                                                    *