mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 00:31:33 +00:00
11 lines
792 B
Markdown
11 lines
792 B
Markdown
# Branches
|
|
|
|
The following branches exist:
|
|
|
|
* [release](https://github.com/AFLplusplus/AFLplusplus/tree/release): the latest release
|
|
* [stable/trunk](https://github.com/AFLplusplus/AFLplusplus/): stable state of AFL++ - it is synced from dev from time to time when we are satisfied with its stability
|
|
* [dev](https://github.com/AFLplusplus/AFLplusplus/tree/dev): development state of AFL++ - bleeding edge and you might catch a checkout which does not compile or has a bug. *We only accept PRs in dev!!*
|
|
* (any other): experimental branches to work on specific features or testing new functionality or changes.
|
|
|
|
For releases, please see the [Releases](https://github.com/AFLplusplus/AFLplusplus/releases) tab.
|
|
Also take a look at the list of [important changes in AFL++](important_changes.md). |