about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-02-04 16:18:21 +0100
committervanhauser-thc <vh@thc.org>2024-02-04 16:18:21 +0100
commit47e7d243f7522b21beeb7bb9e91f3f312a9659f0 (patch)
tree274467eae9b20b7287e014ad9d47e5931e8e20c7 /include/config.h
parent6d209ce045c651089e4e55d7bb9995b496a378c0 (diff)
downloadafl++-47e7d243f7522b21beeb7bb9e91f3f312a9659f0.tar.gz
increase version
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 9349828f..f3392431 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.10c"
+#define VERSION "++4.20a"
 
 /******************************************************
  *                                                    *