From fb8da3e4b1748a428588f8785d3dca7adb6cd225 Mon Sep 17 00:00:00 2001
From: van Hauser <vh@thc.org>
Date: Thu, 9 Apr 2020 09:14:12 +0200
Subject: [PATCH] push new version

---
 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 8d167f7e..8f817841 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@
 
   ![Travis State](https://api.travis-ci.com/AFLplusplus/AFLplusplus.svg?branch=master)
 
-  Release Version: [2.62c](https://github.com/AFLplusplus/AFLplusplus/releases)
+  Release Version: [2.63c](https://github.com/AFLplusplus/AFLplusplus/releases)
 
-  Github Version: 2.62d
+  Github Version: 2.63d
 
   includes all necessary/interesting changes from Google's afl 2.56b
 
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 424b61dc..70753fcc 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.62d (develop):
+### Version ++2.63c (release):
 
   ! the repository was moved from vanhauser-thc to AFLplusplus. It is now
     an own organisation :)
diff --git a/include/config.h b/include/config.h
index a87c5e84..6b50be60 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.62d"
+#define VERSION "++2.63c"
 
 /******************************************************
  *                                                    *
-- 
GitLab