about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-02-04 16:18:21 +0100
committervanhauser-thc <vh@thc.org>2024-02-04 16:18:21 +0100
commit47e7d243f7522b21beeb7bb9e91f3f312a9659f0 (patch)
tree274467eae9b20b7287e014ad9d47e5931e8e20c7
parent6d209ce045c651089e4e55d7bb9995b496a378c0 (diff)
downloadafl++-47e7d243f7522b21beeb7bb9e91f3f312a9659f0.tar.gz
increase version
-rw-r--r--README.md2
-rw-r--r--include/config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f713e971..f15089c2 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 Release version: [4.10c](https://github.com/AFLplusplus/AFLplusplus/releases)
 
-GitHub version: 4.10c
+GitHub version: 4.20a
 
 Repository:
 [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)
diff --git a/include/config.h b/include/config.h
index 9349828f..f3392431 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 "++4.10c"
+#define VERSION "++4.20a"
 
 /******************************************************
  *                                                    *