about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-09-20 17:37:20 +0200
committerGitHub <noreply@github.com>2022-09-20 17:37:20 +0200
commitad4b7274766418d2006177edebf0d242b49c5fef (patch)
treedeaa5f180c4e739df3f7a499632f9f96e8c687c7 /include/config.h
parentbadd9694d25ac5320b5f6d4e2ee182f59649a821 (diff)
parent41fe8b6ab9fe3d3f00717b7d7f3de072550f265c (diff)
downloadafl++-ad4b7274766418d2006177edebf0d242b49c5fef.tar.gz
Merge pull request #1527 from AFLplusplus/dev 4.03c
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 1262668a..2882c9de 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.03a"
+#define VERSION "++4.03c"
 
 /******************************************************
  *                                                    *