diff options
author | Rickard Green <[email protected]> | 2014-02-16 00:54:08 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2014-02-19 15:30:44 +0100 |
commit | 3fd4e3e770fbed95fd6fa2d547945ac71256339c (patch) | |
tree | a856f741c5d307d4e56334b650740d7e22073cbf /HOWTO/MARKDOWN.md | |
parent | a37ea8849ab29cb8d15ab3bc5a3ba1fc16dd0276 (diff) | |
download | otp-3fd4e3e770fbed95fd6fa2d547945ac71256339c.tar.gz otp-3fd4e3e770fbed95fd6fa2d547945ac71256339c.tar.bz2 otp-3fd4e3e770fbed95fd6fa2d547945ac71256339c.zip |
Misc adjustments of OTP version
Diffstat (limited to 'HOWTO/MARKDOWN.md')
-rw-r--r-- | HOWTO/MARKDOWN.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/HOWTO/MARKDOWN.md b/HOWTO/MARKDOWN.md index c9ad09a1be..8e8a5c02cf 100644 --- a/HOWTO/MARKDOWN.md +++ b/HOWTO/MARKDOWN.md @@ -223,8 +223,11 @@ places. Appropriate attributes to the `X` tag will also be generated. \%CopyrightBegin\% and \%CopyrightEnd\% "tags" will be removed from the output. -* All occurrences of \%OTP-REL% will be replaced by current release number - (e.g. R14A). +* All occurrences of \%OTP-REL% will be replaced by current OTP release number + (e.g. 17). + +* All occurrences of \%OTP-VSN% will be replaced by current OTP version + (e.g. 17.0). * All occurrences of \%ERTS-VSN% will be replaced by current ERTS version (e.g. 5.8). |