diff options
-rw-r--r-- | specs/spf-2.0/substvars.mdwn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/specs/spf-2.0/substvars.mdwn b/specs/spf-2.0/substvars.mdwn index bbe2853..fd4e909 100644 --- a/specs/spf-2.0/substvars.mdwn +++ b/specs/spf-2.0/substvars.mdwn @@ -17,3 +17,21 @@ The format for variable substitutions is as follows: ${<var-name>} `<var-name>` is the name of the variable. + + +Special Variables [substvars-defined] +===================================== + +The following substitution variables shall be set: + + * `Source-Version` + + The source package version, as given in the most recent entry of the change + log. See $[sectlink][src-ver] for the syntax of source package version + identifiers. + + * `Binary-Version` + + The binary package version, as given in the most recent entry of the change + log. See $[sectlink][src-ver] for the syntax of source package version + identifiers. |