Pre-Release Checklist
Before creating a release or merging a pull request the following manual steps shall be done:
- Compile, to check if it builds successfully.
- Update main.cpp
versionStr to new version
- if the pull request makes a major overhaul or breaks compatibility with older version: increase first number
- if the pull request adds a feature: increase second number
- if the pull request is committing only minor fixes: increase third number
- Update README.md