about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-24 11:22:37 +0100
committervanhauser-thc <vh@thc.org>2021-03-24 11:22:37 +0100
commitee5078f43c44a022831cf83b6963930975188168 (patch)
tree70b4b62b1fcbcc11a2b8aa77c8c71e2f62f9dcb6
parent2b3642aa39fc79b5fd394120f0fadf4476d4476e (diff)
downloadafl++-ee5078f43c44a022831cf83b6963930975188168.tar.gz
v3.13a init
-rw-r--r--docs/Changelog.md3
-rw-r--r--include/config.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 5b7d6ab6..6b7ebf15 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -8,6 +8,9 @@
 Want to stay in the loop on major new features? Join our mailing list by
 sending a mail to <afl-users+subscribe@googlegroups.com>.
 
+### Version ++3.13a (development)
+  - ...
+
 ### Version ++3.12c (release)
   - afl-fuzz:
     - added AFL_TARGET_ENV variable to pass extra env vars to the target
diff --git a/include/config.h b/include/config.h
index c93a6d51..8ac74c45 100644
--- a/include/config.h
+++ b/include/config.h
@@ -26,7 +26,7 @@
 /* Version string: */
 
 // c = release, a = volatile github dev, e = experimental branch
-#define VERSION "++3.12c"
+#define VERSION "++3.13a"
 
 /******************************************************
  *                                                    *