From 3f6bfbd98148f7decb5ca8a049d334d05c560c09 Mon Sep 17 00:00:00 2001
From: van Hauser <vh@thc.org>
Date: Mon, 24 Feb 2020 17:24:06 +0100
Subject: [PATCH] v2.61c

---
 README.md         | 4 ++--
 docs/Changelog.md | 2 +-
 include/config.h  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index b61cbfd0e..4c3054127 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@
 
   ![Travis State](https://api.travis-ci.com/vanhauser-thc/AFLplusplus.svg?branch=master)
 
-  Release Version: 2.60c 
+  Release Version: 2.61c 
 
-  Github Version: 2.60d
+  Github Version: 2.61d
 
   includes all necessary/interesting changes from Google's afl 2.56b
 
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 0d67e8074..5019a0a79 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -9,7 +9,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 ++2.60d (develop):
+### Version ++2.61c (release):
 
   - use -march=native if available
   - most tools now check for mistyped environment variables
diff --git a/include/config.h b/include/config.h
index 12e2d0922..d1b402451 100644
--- a/include/config.h
+++ b/include/config.h
@@ -27,7 +27,7 @@
 /* Version string: */
 
 // c = release, d = volatile github dev, e = experimental branch
-#define VERSION "++2.60d"
+#define VERSION "++2.61c"
 
 /******************************************************
  *                                                    *
-- 
GitLab