about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-12-31 13:01:08 +0100
committervan Hauser <vh@thc.org>2019-12-31 13:01:08 +0100
commit3b9517ae735f6249d266a76df97f3288fefbe9c3 (patch)
tree9a29f2a246cb42dd8e300cfef17639166db21872 /include/config.h
parent842cd9dec3c4c83d660d96dcdb3f5cf0c6e6f4fb (diff)
downloadafl++-3b9517ae735f6249d266a76df97f3288fefbe9c3.tar.gz
v2.60d and year 2020 init
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 e0b2555b..c5139dbd 100644
--- a/include/config.h
+++ b/include/config.h
@@ -9,7 +9,7 @@
                         Andrea Fioraldi <andreafioraldi@gmail.com>
 
    Copyright 2016, 2017 Google Inc. All rights reserved.
-   Copyright 2019 AFLplusplus Project. All rights reserved.
+   Copyright 2019-2020 AFLplusplus Project. All rights reserved.
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@
 
 /* Version string: */
 
-#define VERSION "++2.59d"  // c = release, d = volatile github dev
+#define VERSION "++2.60d"  // c = release, d = volatile github dev
 
 /******************************************************
  *                                                    *