about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-08-22 17:32:56 +0000
committerGitHub <noreply@github.com>2023-08-22 17:32:56 +0000
commitb397bdc3d976921a9b936f21273adc3a1bf9d4f4 (patch)
tree454e220dae35bd009710ef75a7ec77b44520b935 /include/config.h
parentf596a297c4de6a5e1a6fb9fbb3b4e18124a24f58 (diff)
parente2026f7b71752c9b0bbba7438e2c62f2a4bca7f0 (diff)
downloadafl++-b397bdc3d976921a9b936f21273adc3a1bf9d4f4.tar.gz
Merge pull request #1841 from AFLplusplus/dev
Dev
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 5a81c4e2..6a75737f 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.08c"
+#define VERSION "++4.09a"
 
 /******************************************************
  *                                                    *