summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraarne <unknown>2003-11-25 16:27:47 +0000
committeraarne <unknown>2003-11-25 16:27:47 +0000
commit73103e5dd8bcfd321af9ef41d06bc6cbb7b8a37a (patch)
treec4d14585b84b3805ca0b7e9a3b700e08ee491119
parentba077a8a91e5f809a66f79ff13da602a7eb88437 (diff)
Beta release.
-rw-r--r--doc/index.html13
-rw-r--r--src/GF.hs3
-rw-r--r--src/Today.hs2
3 files changed, 12 insertions, 6 deletions
diff --git a/doc/index.html b/doc/index.html
index 06b52930a..9659ed824 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -24,19 +24,19 @@ Beta version of GF2 now available:
<p>
-<a href="gf2-beta-src.tgz">Sources</a>
+<a href="../gf2-beta-src.tgz">Sources</a>
<p>
-<a href="gf2-beta-grammars.tgz">Example grammars</a>
+<a href="../gf2-beta-grammars.tgz">Example grammars</a>
<p>
-<a href="gf2-beta-linux.gz">Linux binary</a> (with fudgets)
+<a href="../bin/gf2-beta-linux.gz">Linux binary</a> (with fudgets)
<p>
-<a href="gf2-beta-sun.gz">Sun binary</a> (without fudgets;
+<a href="../bin/gf2-beta-sun.gz">Sun binary</a> (without fudgets;
use Java GUI from src/java)
<p>
@@ -49,6 +49,11 @@ use Java GUI from src/java)
See <a href="http://www.cs.chalmers.se/~aarne/GF/">GF Homepage</a> for
more information on GF.
+<p>
+
+<font color=red>This is a beta version! Please report on problems,
+and don't expect stability. Thank you for testing GF2!</font>
+
</body>
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"