about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-01-05 13:52:32 +0100
committervanhauser-thc <vh@thc.org>2023-01-05 13:52:32 +0100
commite4ff0ebd56d8076abd2413ebfaeb7b5e6c07bc3a (patch)
tree16de6da0aaa256044dd9480859e31658906b9aff
parenta3b56e7280cb5b5cea21c66c40d4390db6f13b8f (diff)
downloadafl++-e4ff0ebd56d8076abd2413ebfaeb7b5e6c07bc3a.tar.gz
4.06a init
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 67b9f932..a5a4c473 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.05c"
+#define VERSION "++4.06a"
 
 /******************************************************
  *                                                    *