about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-07-19 10:50:09 +0200
committerGitHub <noreply@github.com>2021-07-19 10:50:09 +0200
commit9321a24e682b5c8bf6278961bd014cb883b87295 (patch)
treebe2ffd03f136dbecd408c73e4bc250ae249a4180 /include/config.h
parentc55f7af65700e3d11c368072d39ba6670efa477b (diff)
parent1e23a8d67832eb296fa9abef0745b61ac74ae889 (diff)
downloadafl++-9321a24e682b5c8bf6278961bd014cb883b87295.tar.gz
Merge pull request #1030 from AFLplusplus/dev 3.14c
update config.h
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 9d732e53..443cdc04 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.14a"
+#define VERSION "++3.14c"
 
 /******************************************************
  *                                                    *