about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-06-12 10:03:15 +0300
committerGitHub <noreply@github.com>2023-06-12 10:03:15 +0300
commitaf8c68a774d0271ae6a2145ac566e1c7024e95d5 (patch)
treed307651ffd5ad2b03d3e97a2b2ccd4d410e16c93 /include/config.h
parent26cbc1e99337da4dc82c7c827dc2dac0a3733dc2 (diff)
parentbf2727b76366ce4c9cdc723c3f3ccffae3cc3619 (diff)
downloadafl++-af8c68a774d0271ae6a2145ac566e1c7024e95d5.tar.gz
Merge pull request #1766 from AFLplusplus/dev 4.07c
v4.07c 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 194786f7..53be8549 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.07a"
+#define VERSION "++4.07c"
 
 /******************************************************
  *                                                    *