about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-01-26 11:11:42 +0100
committervanhauser-thc <vh@thc.org>2022-01-26 11:11:42 +0100
commitf75535807a19cb7b3696fc0a701b97e994184502 (patch)
treea9214aacfcd2e06e4528d488c4038e68655554ea /include
parentb0758ac8db0a2ec833b5ef7a60ab2d04cc7f6a9a (diff)
downloadafl++-f75535807a19cb7b3696fc0a701b97e994184502.tar.gz
4.01a init
Diffstat (limited to 'include')
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 66a646b1..9fc92b06 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.00c"
+#define VERSION "++4.01a"
 
 /******************************************************
  *                                                    *