Skip to content

Commit

Permalink
Fix invalid version literal
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Jun 22, 2016
1 parent f8f896a commit 2965d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/strings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ would only run with stable ``0.2`` versions, and exclude such versions as

Another non-standard version specification extension allows one to use a trailing
``+`` to express an upper limit on build versions, e.g. ``VERSION >
"v"0.2-rc1+"`` can be used to mean any version above ``0.2-rc1`` and any of its
v"0.2-rc1+"`` can be used to mean any version above ``0.2-rc1`` and any of its
builds: it will return ``false`` for version ``v"0.2-rc1+win64"`` and ``true``
for ``v"0.2-rc2"``.

Expand Down

0 comments on commit 2965d24

Please sign in to comment.