forked from UbiquityDotNET/Llvm.Libs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBuildVersion.xml
More file actions
21 lines (21 loc) · 735 Bytes
/
Copy pathBuildVersion.xml
File metadata and controls
21 lines (21 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!--
This is the version of the binaries generated by this repo. While it generally will
match the underlying LLVM version numbers, that is NOT a requirement and thus it
is distinct. The Major number will match the LLVM major number, the Minor number probably
will also match, but the "patch" is where things can diverge. It will match for an initial
build of a given release of LLVM but may increment past that.
Attributes:
BuildMajor,
BuildMinor,
BuildPatch,
PreReleaseName,
Valid names are:
"alpha", "beta", "delta", "epsilon", "gamma", "kappa", "pre"|"prerelease", "rc"
PreReleaseNumber,
PreReleaseFix
-->
<BuildVersionData
BuildMajor = "20"
BuildMinor = "1"
BuildPatch = "9"
/>