| | 40 | * Tortoise Git: create branch |
| | 41 | * Git Push / check push all branches |
| | 42 | * Clone branch: clone https://github.com/boinc/boinc.git into new dir w/ version num |
| | 43 | * Right-click on dir; switch to new branch |
| | 44 | * set version numbers in |
| | 45 | * /: configure.ac, version.h, version.h.in, version.log |
| | 46 | * in version.h, version.h.in: comment out pre-release with C syntax |
| | 47 | * android: TODO; Oliver: textual representation, numberical value (increment) |
| | 48 | in 7.6, it's 146, so use 147 |
| | 49 | * commit |
| | 50 | * create tag client_release/7.8/7.8.0 |
| | 51 | * git push, check "include tags" |