about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-02-09 23:31:19 +0100
committervan Hauser <vh@thc.org>2020-02-09 23:31:19 +0100
commit33c18c36db70859fc484dd41a317634809d5c043 (patch)
tree847bb311a0776b93f6d08e8e3a77ecbb72abdad4
parent1a589e231306033fca083713be639fc393625ec3 (diff)
downloadafl++-33c18c36db70859fc484dd41a317634809d5c043.tar.gz
add 'e' code for version
-rw-r--r--include/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 8b8924f5..d47908f6 100644
--- a/include/config.h
+++ b/include/config.h
@@ -26,7 +26,8 @@
 
 /* Version string: */
 
-#define VERSION "++2.60d"  // c = release, d = volatile github dev
+ // c = release, d = volatile github dev, e = experimental branch
+#define VERSION "++2.60d"
 
 /******************************************************
  *                                                    *