about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-18 20:05:56 +0200
committerGitHub <noreply@github.com>2020-08-18 20:05:56 +0200
commit5c759953f4803ca37f214a9bb678fc5230778e8e (patch)
treea5adae90283726011e24bc9ce3978283f7ca8632 /include/config.h
parentb504b9313a47c597296a2dab4fd8a591d93242b4 (diff)
parent1c64048d0f3a7bb7ec460d86a6abba7c4123d18f (diff)
downloadafl++-5c759953f4803ca37f214a9bb678fc5230778e8e.tar.gz
Merge pull request #511 from AFLplusplus/stable
push to dev
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 a978a27c..9cc2dae5 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.66d"
+#define VERSION "++2.67c"
 
 /******************************************************
  *                                                    *