about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-09-04 22:51:43 +0200
committerGitHub <noreply@github.com>2020-09-04 22:51:43 +0200
commitee206da3897fd2d9f72206c3c5ea0e3fab109001 (patch)
tree8492631adefdbe58b83bb90f9e4f101556dd2435
parent4f7a8a4c70de1b93b1dccd8f2bf092ec4b3626dc (diff)
parentfac108476c1cb5326cf4339b2a4c846828698816 (diff)
downloadafl++-ee206da3897fd2d9f72206c3c5ea0e3fab109001.tar.gz
Merge pull request #545 from AFLplusplus/dev 2.68c
v2.68c
-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 7b73a5f3..4cad6b47 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@
 
   ![Travis State](https://api.travis-ci.com/AFLplusplus/AFLplusplus.svg?branch=stable)
 
-  Release Version: [2.67c](https://github.com/AFLplusplus/AFLplusplus/releases)
+  Release Version: [2.68c](https://github.com/AFLplusplus/AFLplusplus/releases)
 
-  Github Version: 2.67d
+  Github Version: 3.00a
 
   Repository: [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)
 
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 0d93ee1f..6321aee4 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.67d (develop)
+### Version ++2.68c (release)
   - added the GSoC excellent afl++ grammar mutator by Shengtuo to our
     custom_mutators/ (see custom_mutators/README.md) - or get it here:
     https://github.com/AFLplusplus/Grammar-Mutator
diff --git a/include/config.h b/include/config.h
index 6c73bced..77407d50 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.67d"
+#define VERSION "++2.68c"
 
 /******************************************************
  *                                                    *