about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-12-19 14:35:37 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-12-19 14:35:37 +0100
commitd8fb4a8e19b1fde9ca4b3f84d5599be824f03ee9 (patch)
tree8cfac62fd408bc4dab75f0aec0461028805d38dc /include/config.h
parent5e53d337dbfb15aef37a9f3243594d75fc4ffc25 (diff)
parentb91000fc9e2b86ffe96bef7a30d30b7e0f1f66fc (diff)
downloadafl++-d8fb4a8e19b1fde9ca4b3f84d5599be824f03ee9.tar.gz
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
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 29bdf048..e0b2555b 100644
--- a/include/config.h
+++ b/include/config.h
@@ -26,7 +26,7 @@
 
 /* Version string: */
 
-#define VERSION "++2.58d"  // c = release, d = volatile github dev
+#define VERSION "++2.59d"  // c = release, d = volatile github dev
 
 /******************************************************
  *                                                    *