4.01a init

This commit is contained in:
vanhauser-thc
2022-01-26 11:11:42 +01:00
parent b0758ac8db
commit f75535807a
3 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@
Release version: [4.00c](https://github.com/AFLplusplus/AFLplusplus/releases) Release version: [4.00c](https://github.com/AFLplusplus/AFLplusplus/releases)
GitHub version: 4.00c GitHub version: 4.01a
Repository: Repository:
[https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus) [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)

View File

@ -8,6 +8,9 @@
Want to stay in the loop on major new features? Join our mailing list by 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 ++4.01a (dev)
- upcoming new cool stuff :)
### Version ++4.00c (release) ### Version ++4.00c (release)
- complete documentation restructuring, made possible by Google Season - complete documentation restructuring, made possible by Google Season
of Docs :) thank you Jana! of Docs :) thank you Jana!

View File

@ -26,7 +26,7 @@
/* Version string: */ /* Version string: */
// c = release, a = volatile github dev, e = experimental branch // c = release, a = volatile github dev, e = experimental branch
#define VERSION "++4.00c" #define VERSION "++4.01a"
/****************************************************** /******************************************************
* * * *