You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: devops/versioning/default.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ versioning approach with a specific meaning for changing each digit.
12
12
Conan implements versioning based on the "semver" specification, but with some extended capabilities that were demanded by the C and C++
13
13
ecosystems:
14
14
15
-
- Conan versions can have any number of digits, like ``MAJOR.MINOR.PATH.MICRO.SUBMICRO...``
15
+
- Conan versions can have any number of digits, like ``MAJOR.MINOR.PATCH.MICRO.SUBMICRO...``
16
16
- Conan versions can contain also letters, not only digits, and they are also ordered in alphabetical order, so ``1.a.2`` is older tha ``1.b.1`` for example.
17
17
- The version ranges can be equally defined for any number of digits, like ``dependency/[>=1.0.0.0 <1.0.0.10]``
0 commit comments