From 830f7c14bc0a7c9a22ec73759e315087a658f8ee Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 28 Apr 2005 15:42:47 +0000 Subject: library adjustments, error message clean-up --- src/GF.hs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/GF.hs') diff --git a/src/GF.hs b/src/GF.hs index f8c032aac..a1c9a24e9 100644 --- a/src/GF.hs +++ b/src/GF.hs @@ -5,9 +5,9 @@ -- Stability : (stability) -- Portability : (portability) -- --- > CVS $Date: 2005/04/21 16:45:56 $ --- > CVS $Author: bringert $ --- > CVS $Revision: 1.22 $ +-- > CVS $Date: 2005/04/28 16:42:48 $ +-- > CVS $Author: aarne $ +-- > CVS $Revision: 1.23 $ -- -- The Main module of GF program. ----------------------------------------------------------------------------- @@ -27,12 +27,12 @@ import GF.Shell.PShell import GF.Shell.JGF import GF.Text.UTF8 -import GF.Today (today) +import GF.Today (today,version) import GF.System.Arch import System (getArgs) import Control.Monad (foldM) --- AR 19/4/2000 -- 11/11/2001 +-- AR 19/4/2000 -- 28/4/2005 main :: IO () main = do @@ -89,7 +89,7 @@ welcomeMsg = "Welcome to " ++ authorMsg ++++ welcomeArch ++ "\n\nType 'h' for help." authorMsg = unlines [ - "Grammatical Framework, Version 2.1.2b", + "Grammatical Framework, Version " ++ version, "Compiled " ++ today, "Copyright (c)", "Björn Bringert, Markus Forsberg, Thomas Hallgren, Harald Hammarström,", -- cgit v1.2.3