about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2021-06-01 18:20:22 +0200
committerhexcoder- <heiko@hexco.de>2021-06-01 18:20:22 +0200
commitdb6947452c6d356e30c7fe1bf6697fe59c0e6a38 (patch)
treefa171050d3dcb5085a3e8677aa05ce5255ed505e /include
parent64368d4ba79ec4a2223d0bfe218c1f48a522af83 (diff)
parent409636079118cb3e2c864bf2729ebb07bc0437ee (diff)
downloadafl++-db6947452c6d356e30c7fe1bf6697fe59c0e6a38.tar.gz
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'include')
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index a1fdd789..9d732e53 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.13c"
+#define VERSION "++3.14a"
 
 /******************************************************
  *                                                    *