about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-23 22:49:02 +0100
committervanhauser-thc <vh@thc.org>2021-03-24 11:12:44 +0100
commit2fef89950f826be065cc9677df690ebfd21160c1 (patch)
tree93dcb80e037967f0cf2af43d3b3fb48e1b228d8c /include
parenta908a982254305777a3ea4dadf70120089b4ddf4 (diff)
downloadafl++-2fef89950f826be065cc9677df690ebfd21160c1.tar.gz
v3.12c release
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 3c09fce4..c93a6d51 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.12a"
+#define VERSION "++3.12c"
 
 /******************************************************
  *                                                    *