@@ -102,7 +102,7 @@ By default, executables defined via ``(executables(s) ...)`` or ``(test(s)
102
102
common to give them empty interface files to strengthen the compiler's ability
103
103
to detect unused values in these modules.
104
104
105
- Starting from dune 2.8 , an option is available to automatically generate empty
105
+ Starting from dune 2.9 , an option is available to automatically generate empty
106
106
interface files for executables and tests that don't already have them:
107
107
108
108
.. code :: scheme
@@ -651,7 +651,7 @@ binary at the same place as where ``ocamlc`` was found.
651
651
Executables can also be linked as object or shared object files. See
652
652
`linking modes `_ for more information.
653
653
654
- Starting from dune 2.8 , it's possible to automatically generate empty interface
654
+ Starting from dune 2.9 , it's possible to automatically generate empty interface
655
655
files for executables. See `executables_implicit_empty_intf `_.
656
656
657
657
``<optional-fields> `` are:
@@ -1365,7 +1365,7 @@ running dune runtest you can use the following stanza:
1365
1365
(libraries alcotest mylib)
1366
1366
(action (run %{test} -e)))
1367
1367
1368
- Starting from dune 2.8 , it's possible to automatically generate empty interface
1368
+ Starting from dune 2.9 , it's possible to automatically generate empty interface
1369
1369
files for test executables. See `executables_implicit_empty_intf `_.
1370
1370
1371
1371
test
0 commit comments