1
0
forked from GitHub/gf-core

Updated version numbers.

This commit is contained in:
aarne
2005-06-30 10:36:49 +00:00
parent cbb34f6518
commit 7bb9e88cb8
3 changed files with 9 additions and 8 deletions

View File

@@ -5,9 +5,9 @@
-- Stability : (stability) -- Stability : (stability)
-- Portability : (portability) -- Portability : (portability)
-- --
-- > CVS $Date: 2005/06/10 21:04:01 $ -- > CVS $Date: 2005/06/30 11:36:49 $
-- > CVS $Author: aarne $ -- > CVS $Author: aarne $
-- > CVS $Revision: 1.28 $ -- > CVS $Revision: 1.29 $
-- --
-- The Main module of GF program. -- The Main module of GF program.
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
@@ -114,8 +114,9 @@ authorMsg = unlines [
"Grammatical Framework, Version " ++ version, "Grammatical Framework, Version " ++ version,
"Compiled " ++ today, "Compiled " ++ today,
"Copyright (c)", "Copyright (c)",
"Björn Bringert, Håkan Burden, Markus Forsberg, Thomas Hallgren, Harald Hammarström,", "Björn Bringert, Håkan Burden, Hans-Joachim Daniels, Markus Forsberg",
"Kristofer Johannisson, Janna Khegai, Peter Ljunglöf, Petri Mäenpää,", "Thomas Hallgren, Harald Hammarström, Kristofer Johannisson,",
"and Aarne Ranta, 1998-2005, under GNU General Public License (GPL)", "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" "Bug reports to aarne@cs.chalmers.se"
] ]

View File

@@ -1,10 +1,10 @@
dnl Run autoconf to generate configure from this file 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_PREREQ(2.53)
AC_REVISION($Revision: 1.24 $) AC_REVISION($Revision: 1.25 $)
AC_CONFIG_FILES([config.mk jgf gfeditor]) AC_CONFIG_FILES([config.mk jgf gfeditor])

View File

@@ -1,5 +1,5 @@
%define name GF %define name GF
%define version 2.2 %define version 2.3
%define release 1 %define release 1
Name: %{name} Name: %{name}