mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 21:22:07 +02:00
Apply suggestions from code review
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
parent
b995d6d4d7
commit
e64c9ad0ce
1 changed files with 3 additions and 3 deletions
6
BUILD.md
6
BUILD.md
|
@ -72,11 +72,11 @@ Where `/path/to/directory` is the path to a directory where you wish the build f
|
|||
// The identifying tag of the release.
|
||||
CMAKE_BACKTRACE_TOKEN
|
||||
|
||||
// The release version. e.g. 2021.3.2
|
||||
// The release version, e.g., 2021.3.2.
|
||||
RELEASE_NUMBER
|
||||
// The release name. e.g. Eos
|
||||
// The release name, e.g., Eos.
|
||||
RELEASE_NAME
|
||||
// The build commit. e.g. Use a Git hash for the most recent commit in the branch: fd6973b
|
||||
// The build commit, e.g., use a Git hash for the most recent commit in the branch - fd6973b.
|
||||
BUILD_NUMBER
|
||||
|
||||
// The type of release.
|
||||
|
|
Loading…
Reference in a new issue