From a0a8eaabb234d880464f389f7dee89e430c84b32 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 May 2018 13:57:25 +0200 Subject: Update manual to reflect changes to versioning epoch format --- doc/manual.cli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual.cli b/doc/manual.cli index f6ba243..ec44342 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -322,7 +322,7 @@ then have the following form (\i{epoch} is the versioning scheme version and \i{revision} is the package revision): \ -[~]..[-][+] +[+-]..[-][+] \ For example: @@ -330,7 +330,7 @@ For example: \ 1.2.3 1.2.3+1 -1~1.2.3-a.1+2 ++1-1.2.3-a.1+2 \ The \i{major}, \i{minor}, and \i{patch} should be numeric values between \c{0} @@ -495,7 +495,7 @@ While being loaded, it reads the project's manifest and extracts its version as the following build system variables (which can be used in the buildfiles): \ -[string] version # 2~1.2.3-b.4.1234567.deadbeef+3 +[string] version # +2-1.2.3-b.4.1234567.deadbeef+3 [string] version.project # 1.2.3-b.4.1234567.deadbeef [uint64] version.project_number # 0010020025041 -- cgit v1.1