diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/GF.hs | 2 | ||||
| -rw-r--r-- | src/configure.ac | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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]) |
