mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
We already use the correct way in CMakeLists.txt:199
Currently 9 characters is minimum to uniquely identify version:
4847cfe84
```
git rev-list HEAD --abbrev-commit --abbrev=7 | awk 'length($0) >= 9'
```