about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2024-06-13 09:20:42 +0200
committerGitHub <noreply@github.com>2024-06-13 09:20:42 +0200
commit36db3428ab16156dd72196213d2a02a5eadaed11 (patch)
tree619b14542f1f9495360b024492898d6f6b819f92 /include/config.h
parent9f6b012fbfc8b79dda83e73a208e429aaf25e7ee (diff)
parente7da8b9d6bf20b1cac960b1eccf3beac3fbf7901 (diff)
downloadafl++-36db3428ab16156dd72196213d2a02a5eadaed11.tar.gz
Merge pull request #2123 from AFLplusplus/dev
push to stable
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 c4acf8db..d8177a75 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.21c"
+#define VERSION "++4.22a"
 
 /******************************************************
  *                                                    *