summary refs log tree commit diff
path: root/source/xi/xi.ml
diff options
context:
space:
mode:
authorPaweł Dybiec <pdybiec@stud.cs.uni.wroc.pl>2018-12-23 17:09:57 +0100
committerPaweł Dybiec <pdybiec@stud.cs.uni.wroc.pl>2018-12-23 17:09:57 +0100
commit3c2d40f55db9527d35b7ef2f1a25dfc82a19a842 (patch)
tree93f065f71be707433c60f13f2f161a97a0be472c /source/xi/xi.ml
parentWhile (diff)
Start of regalloc
Diffstat (limited to 'source/xi/xi.ml')
-rw-r--r--source/xi/xi.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xi/xi.ml b/source/xi/xi.ml
index c54a499..aca4997 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 = "pracownia3.1-0-g147dd61" in
+    let version = "pracownia4.1-0-ge52fd94" in
     Term.(const compile $ xi_log $ extra_debug $ mod_uwr $ plugin $ reg_descr $ stop_after $ output $ source_file),
     Term.info "xi" ~doc ~version