From 1b8cec072db6e5b5a1882da9c278c562d9850baa Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 8 Nov 2004 13:15:25 +0000 Subject: preparing 2.1 release --- src/GF.hs | 2 +- src/configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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]) -- cgit v1.2.3