summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoraarne <unknown>2004-11-08 13:15:25 +0000
committeraarne <unknown>2004-11-08 13:15:25 +0000
commit1b8cec072db6e5b5a1882da9c278c562d9850baa (patch)
tree03bdea7b73ea5543218513b0af1b93f24ee70bc0 /src
parent87334b8075b6e8dde34550ab876c84ae15222faa (diff)
preparing 2.1 release
Diffstat (limited to 'src')
-rw-r--r--src/GF.hs2
-rw-r--r--src/configure.ac4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/GF.hs b/src/GF.hs
index c573e0e1c..afc914808 100644
--- a/src/GF.hs
+++ b/src/GF.hs
@@ -75,7 +75,7 @@ welcomeMsg =
"Welcome to " ++ authorMsg ++++ welcomeArch ++ "\n\nType 'h' for help."
authorMsg = unlines [
- "Grammatical Framework, Version 2.1 beta",
+ "Grammatical Framework, Version 2.1",
"Compiled " ++ today,
"Copyright (c)",
"Björn Bringert, Markus Forsberg, Thomas Hallgren, Harald Hammarström,",
diff --git a/src/configure.ac b/src/configure.ac
index df569d8dc..da6b4f372 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -1,10 +1,10 @@
dnl Run autoconf to generate configure from this file
-AC_INIT([GF],[2.1b],[aarne@cs.chalmers.se],[GF])
+AC_INIT([GF],[2.1],[aarne@cs.chalmers.se],[GF])
AC_PREREQ(2.53)
-AC_REVISION($Revision: 1.9 $)
+AC_REVISION($Revision: 1.10 $)
AC_CONFIG_FILES([config.mk jgf])