about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-06-01 12:15:14 +0200
committervanhauser-thc <vh@thc.org>2021-06-01 12:15:14 +0200
commitf9ca2cf98938ae382d0affc47dbbc78d7291708b (patch)
tree712d2997217f8680858896d6adcbd1499f8eea28
parentb9799bbe1d10461d69f919f950d4a53a578176fa (diff)
downloadafl++-f9ca2cf98938ae382d0affc47dbbc78d7291708b.tar.gz
v3.13c release
-rw-r--r--README.md4
-rw-r--r--docs/Changelog.md2
-rw-r--r--include/config.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index c04dba98..ba612edb 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@
 
   <img align="right" src="https://raw.githubusercontent.com/andreafioraldi/AFLplusplus-website/master/static/logo_256x256.png" alt="AFL++ Logo">
 
-  Release Version: [3.12c](https://github.com/AFLplusplus/AFLplusplus/releases)
+  Release Version: [3.13c](https://github.com/AFLplusplus/AFLplusplus/releases)
 
-  Github Version: 3.13a
+  Github Version: 3.14a
 
   Repository: [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)
 
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 09e46fb6..1887c099 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -8,7 +8,7 @@
 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.13c (release)
   - Note: plot_data switched to relative time from unix time in 3.10
   - frida_mode - new mode that uses frida to fuzz binary-only targets,
     it currently supports persistent mode and cmplog.
diff --git a/include/config.h b/include/config.h
index 80cdb684..a1fdd789 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.13a"
+#define VERSION "++3.13c"
 
 /******************************************************
  *                                                    *