push new version

This commit is contained in:
van Hauser 2020-04-09 09:14:12 +02:00
parent a9c0f9a165
commit fb8da3e4b1
3 changed files with 4 additions and 4 deletions

View File

@ -4,9 +4,9 @@
![Travis State](https://api.travis-ci.com/AFLplusplus/AFLplusplus.svg?branch=master) ![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 includes all necessary/interesting changes from Google's afl 2.56b

View File

@ -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>. 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 ! the repository was moved from vanhauser-thc to AFLplusplus. It is now
an own organisation :) an own organisation :)

View File

@ -28,7 +28,7 @@
/* Version string: */ /* Version string: */
// c = release, d = volatile github dev, e = experimental branch // c = release, d = volatile github dev, e = experimental branch
#define VERSION "++2.62d" #define VERSION "++2.63c"
/****************************************************** /******************************************************
* * * *