preparing 2.1 release

This commit is contained in:
aarne
2004-11-08 13:15:25 +00:00
parent 87334b8075
commit 1b8cec072d
3 changed files with 6 additions and 6 deletions

View File

@@ -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,",

View File

@@ -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])