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
11:59 ~/src/lambdapi (master) gl Version
./src/cli/lambdapi.ml:8:open Version
./src/cli/lambdapi.ml:441: let run () = Console.out 0 "Lambdapi version: %s" Version.version in
./misc/gen_version.ml:17: line "(** Version informations. *)";
This PR fixes the display of Dedukti version (#300) when called in command line (for instance dk --version).
* fix of modules in dune file (add misc/gen_version.ml)
* remove variable version in subcommands because it is useless
---------
Co-authored-by: Frédéric Blanqui <[email protected]>
it returns "%%VERSION%%"
The text was updated successfully, but these errors were encountered: