about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authormarc <marc@marc.srlabs.de>2023-08-10 10:41:55 +0200
committermarc <marc@marc.srlabs.de>2023-08-10 10:41:55 +0200
commit3721c65a0b7fdf2b24713f8009030c6c241e200b (patch)
treebcd478e7cbc163e68473f726a65bcc21a7525265 /include/config.h
parent55d696fbae435e0e69adf75cb2df1361186fb999 (diff)
downloadafl++-3721c65a0b7fdf2b24713f8009030c6c241e200b.tar.gz
v4.08c release
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h
index df545583..5a81c4e2 100644
--- a/include/config.h
+++ b/include/config.h
@@ -5,9 +5,9 @@
    Originally written by Michal Zalewski
 
    Now maintained by Marc Heuse <mh@mh-sec.de>,
-                     Heiko Eißfeldt <heiko.eissfeldt@hexco.de>,
-                     Andrea Fioraldi <andreafioraldi@gmail.com>,
                      Dominik Maier <mail@dmnk.co>
+                     Andrea Fioraldi <andreafioraldi@gmail.com>,
+                     Heiko Eissfeldt <heiko.eissfeldt@hexco.de>,
 
    Copyright 2016, 2017 Google Inc. All rights reserved.
    Copyright 2019-2023 AFLplusplus Project. All rights reserved.
@@ -26,7 +26,7 @@
 /* Version string: */
 
 // c = release, a = volatile github dev, e = experimental branch
-#define VERSION "++4.08a"
+#define VERSION "++4.08c"
 
 /******************************************************
  *                                                    *