Skip to content

Commit 9bb73a3

Browse files
authored
Merge pull request #4333 from conan-io/release/2.23
Sync develop2
2 parents 71c0a05 + b6ef98f commit 9bb73a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/versioning/default.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ versioning approach with a specific meaning for changing each digit.
1212
Conan implements versioning based on the "semver" specification, but with some extended capabilities that were demanded by the C and C++
1313
ecosystems:
1414

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...``
1616
- 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.
1717
- The version ranges can be equally defined for any number of digits, like ``dependency/[>=1.0.0.0 <1.0.0.10]``
1818

0 commit comments

Comments
 (0)