From 66cc1ea68b5d558cb2acd6ea698f20b04d9b43be Mon Sep 17 00:00:00 2001 From: Paweł Dybiec Date: Sun, 13 Jan 2019 12:52:47 +0100 Subject: Start of live variable analysis --- source/xi/xi.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/xi/xi.ml') diff --git a/source/xi/xi.ml b/source/xi/xi.ml index aca4997..b064be6 100644 --- a/source/xi/xi.ml +++ b/source/xi/xi.ml @@ -72,7 +72,7 @@ module CommandLine = struct let cmd = let doc = "Compile Xi Program" in - let version = "pracownia4.1-0-ge52fd94" in + let version = "pracownia5-0-geed1995" in Term.(const compile $ xi_log $ extra_debug $ mod_uwr $ plugin $ reg_descr $ stop_after $ output $ source_file), Term.info "xi" ~doc ~version -- cgit 1.4.1