diff options
author | van Hauser <vh@thc.org> | 2021-07-19 10:50:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 10:50:09 +0200 |
commit | 9321a24e682b5c8bf6278961bd014cb883b87295 (patch) | |
tree | be2ffd03f136dbecd408c73e4bc250ae249a4180 | |
parent | c55f7af65700e3d11c368072d39ba6670efa477b (diff) | |
parent | 1e23a8d67832eb296fa9abef0745b61ac74ae889 (diff) | |
download | afl++-9321a24e682b5c8bf6278961bd014cb883b87295.tar.gz |
Merge pull request #1030 from AFLplusplus/dev 3.14c
update config.h
-rw-r--r-- | include/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index 9d732e53..443cdc04 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.14a" +#define VERSION "++3.14c" /****************************************************** * * |