about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h
index f2732ad4..144d3810 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2,7 +2,7 @@
    american fuzzy lop++ - vaguely configurable bits
    ------------------------------------------------
 
-   Originally written by Michal Zalewski <lcamtuf@google.com>
+   Originally written by Michal Zalewski
 
    Now maintained by by Marc Heuse <mh@mh-sec.de>,
                         Heiko Eißfeldt <heiko.eissfeldt@hexco.de> and
@@ -26,7 +26,7 @@
 
 /* Version string: */
 
-#define VERSION "++2.54d"  // c = release, d = volatile github dev
+#define VERSION "++2.58d"  // c = release, d = volatile github dev
 
 /******************************************************
  *                                                    *