about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-09-28 22:56:28 +0200
committerGitHub <noreply@github.com>2022-09-28 22:56:28 +0200
commit7e0171006a32bf6b510e08df76ca6d8555272140 (patch)
treee163306b4bdf270c2c787d23007fb61921bb9c40 /include/config.h
parentad4b7274766418d2006177edebf0d242b49c5fef (diff)
parent96b774261172a2259ab98cc529eba3d7212375cb (diff)
downloadafl++-7e0171006a32bf6b510e08df76ca6d8555272140.tar.gz
Merge pull request #1537 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 2882c9de..21701515 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.03c"
+#define VERSION "++4.04a"
 
 /******************************************************
  *                                                    *