Skip to content

Commit af18d90

Browse files
rschmidlinolofk
authored andcommitted
Corrected version examples under dependencies with requirement operators.
1 parent f0ed781 commit af18d90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/source/user/build_system/dependencies.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ The following version comparison operators are available.
121121
- ``>fusesoc:examples:blinky:1.2``: any version after 1.2, e.g. 1.3, or 10.7
122122
* - ``^``
123123
- Caret requirement: any version less than the next major version (see below)
124-
- ``^fusesoc:examples:blinky:1.2``: >=1.2.0 <1.3.0
124+
- ``^fusesoc:examples:blinky:1.2``: >=1.2.0 <2.0.0
125125
* - ``~``
126126
- Tilde requirement: allow updates to the current version (see below)
127-
- ``~fusesoc:examples:blinky:1.2``: >=1.2.0 <2.0.0
127+
- ``~fusesoc:examples:blinky:1.2``: >=1.2.0 <1.3.0
128128

129129
Notes:
130130

0 commit comments

Comments
 (0)