From 73103e5dd8bcfd321af9ef41d06bc6cbb7b8a37a Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 25 Nov 2003 16:27:47 +0000 Subject: Beta release. --- src/GF.hs | 3 ++- src/Today.hs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/GF.hs b/src/GF.hs index 970008829..c153b55b6 100644 --- a/src/GF.hs +++ b/src/GF.hs @@ -68,7 +68,8 @@ welcomeMsg = "Welcome to " ++ authorMsg ++++ welcomeArch ++ "\n\nType 'h' for help." authorMsg = unlines [ - "Grammatical Framework, Version 2.0-- (incomplete functionality)", + "Grammatical Framework, Version 2-beta (incomplete functionality)", + "November 25, 2003", --- "Compiled March 26, 2003", "Compiled " ++ today, "Copyright (c) Markus Forsberg, Thomas Hallgren, Harald Hammarström,", diff --git a/src/Today.hs b/src/Today.hs index 2b5b00c2e..921d7fd2e 100644 --- a/src/Today.hs +++ b/src/Today.hs @@ -1 +1 @@ -module Today where today = "Tue Nov 25 16:53:53 CET 2003" +module Today where today = "Tue Nov 25 17:48:12 CET 2003" -- cgit v1.2.3