diff options
| author | aarne <unknown> | 2005-06-30 10:36:49 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-06-30 10:36:49 +0000 |
| commit | 7bb9e88cb875372bd3e288b8831b1b60c3b9bc17 (patch) | |
| tree | 901af9f9937bb2e36348f4b3c4d8cf1b39c3c02d /src | |
| parent | cbb34f65188e6adccb71b302c5d0eeac2b508c6a (diff) | |
Updated version numbers.
Diffstat (limited to 'src')
| -rw-r--r-- | src/GF.hs | 11 | ||||
| -rw-r--r-- | src/configure.ac | 4 | ||||
| -rw-r--r-- | src/gf.spec | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -5,9 +5,9 @@ -- Stability : (stability) -- Portability : (portability) -- --- > CVS $Date: 2005/06/10 21:04:01 $ +-- > CVS $Date: 2005/06/30 11:36:49 $ -- > CVS $Author: aarne $ --- > CVS $Revision: 1.28 $ +-- > CVS $Revision: 1.29 $ -- -- The Main module of GF program. ----------------------------------------------------------------------------- @@ -114,8 +114,9 @@ authorMsg = unlines [ "Grammatical Framework, Version " ++ version, "Compiled " ++ today, "Copyright (c)", - "Björn Bringert, Håkan Burden, Markus Forsberg, Thomas Hallgren, Harald Hammarström,", - "Kristofer Johannisson, Janna Khegai, Peter Ljunglöf, Petri Mäenpää,", - "and Aarne Ranta, 1998-2005, under GNU General Public License (GPL)", + "Björn Bringert, Håkan Burden, Hans-Joachim Daniels, Markus Forsberg", + "Thomas Hallgren, Harald Hammarström, Kristofer Johannisson,", + "Janna Khegai, Peter Ljunglöf, Petri Mäenpää, and", + "Aarne Ranta, 1998-2005, under GNU General Public License (GPL)", "Bug reports to aarne@cs.chalmers.se" ] diff --git a/src/configure.ac b/src/configure.ac index 229d6254d..36fb8de8b 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.2],[aarne@cs.chalmers.se],[GF]) +AC_INIT([GF],[2.3],[aarne@cs.chalmers.se],[GF]) AC_PREREQ(2.53) -AC_REVISION($Revision: 1.24 $) +AC_REVISION($Revision: 1.25 $) AC_CONFIG_FILES([config.mk jgf gfeditor]) diff --git a/src/gf.spec b/src/gf.spec index 59df2764f..3a250f97a 100644 --- a/src/gf.spec +++ b/src/gf.spec @@ -1,5 +1,5 @@ %define name GF -%define version 2.2 +%define version 2.3 %define release 1 Name: %{name} |
