about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-07-01 09:28:13 +0200
committerGitHub <noreply@github.com>2020-07-01 09:28:13 +0200
commitba79777bc5a242782f8a48e0bb13eb6d43473917 (patch)
treec47d0b5bd7804d241dcff94bb1763e79ecc9ae1d /include/config.h
parent9d5007b18e41f17c395fcfc5fc0a8c8c87f4f75d (diff)
parentb67905c40fe0c284eaf27c83423a4d7cdd717157 (diff)
downloadafl++-ba79777bc5a242782f8a48e0bb13eb6d43473917.tar.gz
Merge pull request #432 from AFLplusplus/dev
v2.66c
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 5ee93389..e8f52f45 100644
--- a/include/config.h
+++ b/include/config.h
@@ -28,7 +28,7 @@
 /* Version string: */
 
 // c = release, d = volatile github dev, e = experimental branch
-#define VERSION "++2.65d"
+#define VERSION "++2.66c"
 
 /******************************************************
  *                                                    *