[SCM] Lisaac compiler branch, stable, updated. lisaac-0.12-563-g31b1d18

Mildred Ki'Lya silkensedai at online.fr
Wed Nov 11 11:30:09 UTC 2009


The following commit has been merged in the stable branch:
commit beb4cc8b1c89a160c10a8379cb8466911cc875c1
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Wed Nov 11 11:49:54 2009 +0100

    Update help message

diff --git a/src/tools/common.li b/src/tools/common.li
index 46db6c9..705817e 100644
--- a/src/tools/common.li
+++ b/src/tools/common.li
@@ -36,7 +36,7 @@ Section Inherit
 
 Section Public
 
-  - version :STRING_CONSTANT := "0.17";
+  - version :STRING_CONSTANT := "0.18 (unstable)";
 
   - command_line_header name:STRING_CONSTANT :STRING_CONSTANT <-
   ( + before, after :STRING_CONSTANT;
@@ -49,7 +49,7 @@ Section Public
     after :=                                                      "--\n\
     \--            LORIA - LSIIT - ULP - CNRS - FRANCE             --\n\
     \--         Benoit SONNTAG - sonntag at icps.u-strasbg.fr         --\n\
-    \--                   http://www.IsaacOS.com                   --\n\
+    \--                   http://www.lisaac.org/                   --\n\
     \----------------------------------------------------------------\n";
     string_tmp.copy name;
     string_tmp.append " - version ";
@@ -71,9 +71,7 @@ Section Public
 
   - command_line_footer:STRING_CONSTANT :=
     "                                                                \n\
-    \Bug report:                                                     \n\
-    \\t post in: https://alioth.debian.org/projects/lisaac/          \n\
-    \\t mail to: sonntag at icps.u-strasbg.fr                           \n";
+    \Bug report: https://alioth.debian.org/projects/lisaac/          \n";
 
   - print_info <-
   ( + b:BOOLEAN;

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list