Codechange: the "no revision detected" string is with four zeros (norev0000) (#12328)

This commit is contained in:
Patric Stout
2024-03-17 14:17:35 +01:00
committed by GitHub
parent ab94c8b511
commit f08da1d373
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ bool IsReleasedVersion()
* - "<tag>", like "<major>.<minor>.<build>[-RC<rc>]",
* - "<commitdate>-g<shorthash><modified>" in "master",
* - "<commitdate>-<branch>-g<shorthash><modified>" in other branches, or
* - "norev000", if the version is unknown.
* - "norev0000", if the version is unknown.
*
* The major, minor and build are the numbers that describe releases of
* OpenTTD (like 0.5.3). "-RC" is used to flag release candidates.