From 8ca5974495dc64b0de44dbf349be6668f97b1ea9 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 20 Mar 2011 02:25:59 -0700 Subject: [PATCH] Bump version number and current year. --- doc/configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/configure.ac b/doc/configure.ac index 723035520..c96d24783 100644 --- a/doc/configure.ac +++ b/doc/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme documentation], - [7.7.91], + [9.1], [bug-mit-scheme@gnu.org], [mit-scheme-doc]) AC_CONFIG_SRCDIR([ref-manual/scheme.texinfo]) @@ -9,8 +9,8 @@ AC_CONFIG_SRCDIR([ref-manual/scheme.texinfo]) AC_COPYRIGHT( [Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Massachusetts Institute of - Technology + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Massachusetts Institute + of Technology This file is part of MIT/GNU Scheme. -- 2.25.1