diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-04 15:52:13 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-04 15:52:13 +0300 |
commit | b5b66e6a831cf68b7da764235f669fad758491fb (patch) | |
tree | 7778767e088ba47ba48c2c17e43e79709fef1012 /libbutl/standard-version.mxx | |
parent | 0cbdc0afe4ef27417e654fd1409f644c5bd01ca4 (diff) |
Change standard version epoch syntax from '<num>~' to '+<num>-'
Diffstat (limited to 'libbutl/standard-version.mxx')
-rw-r--r-- | libbutl/standard-version.mxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbutl/standard-version.mxx b/libbutl/standard-version.mxx index e6c6f27..b161063 100644 --- a/libbutl/standard-version.mxx +++ b/libbutl/standard-version.mxx @@ -44,8 +44,8 @@ LIBBUTL_MODEXPORT namespace butl { // The build2 "standard version" (specific, earliest and stub): // - // [<epoch>~]<maj>.<min>.<patch>[-(a|b).<num>[.<snapsn>[.<snapid>]]][+<rev>] - // [<epoch>~]<maj>.<min>.<patch>- + // [+<epoch>-]<maj>.<min>.<patch>[-(a|b).<num>[.<snapsn>[.<snapid>]]][+<rev>] + // [+<epoch>-]<maj>.<min>.<patch>- // 0[+<revision>] // struct LIBBUTL_SYMEXPORT standard_version |