From: Chris Hanson Date: Fri, 16 Jan 2004 20:43:16 +0000 (+0000) Subject: Bump component version to reflect changes since last release. X-Git-Tag: 20090517-FFI~1714 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1292b3d8a10a7431b478365d3e3a0cbccf872374;p=mit-scheme.git Bump component version to reflect changes since last release. --- diff --git a/v7/src/edwin/make.scm b/v7/src/edwin/make.scm index 9feec218e..271ffd277 100644 --- a/v7/src/edwin/make.scm +++ b/v7/src/edwin/make.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- -$Id: make.scm,v 3.118 2003/02/14 18:28:12 cph Exp $ +$Id: make.scm,v 3.119 2004/01/16 20:38:09 cph Exp $ Copyright 1989,1990,1991,1992,1993,1994 Massachusetts Institute of Technology -Copyright 1995,2000,2001,2002,2003 Massachusetts Institute of Technology +Copyright 1995,2000,2001,2002,2003,2004 Massachusetts Institute of Technology This file is part of MIT/GNU Scheme. @@ -40,4 +40,4 @@ USA. (load-package-set "edwin" `((alternate-package-loader . ,(load "edwin.bld" system-global-environment)))))))) -(add-identification! "Edwin" 3 114) \ No newline at end of file +(add-identification! "Edwin" 3 115) \ No newline at end of file diff --git a/v7/src/imail/load.scm b/v7/src/imail/load.scm index 628ac0b32..3dd1dbf18 100644 --- a/v7/src/imail/load.scm +++ b/v7/src/imail/load.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: load.scm,v 1.43 2003/04/25 03:49:30 cph Exp $ +$Id: load.scm,v 1.44 2004/01/16 20:40:36 cph Exp $ -Copyright 2000,2001,2002,2003 Massachusetts Institute of Technology +Copyright 2000,2001,2002,2003,2004 Massachusetts Institute of Technology This file is part of MIT/GNU Scheme. @@ -31,4 +31,4 @@ USA. (lambda () (fluid-let ((*allow-package-redefinition?* #t)) (load-package-set "imail")))) -(add-subsystem-identification! "IMAIL" '(1 20)) \ No newline at end of file +(add-subsystem-identification! "IMAIL" '(1 21)) \ No newline at end of file diff --git a/v7/src/microcode/configure.ac b/v7/src/microcode/configure.ac index 331fe7f75..ab48247d7 100644 --- a/v7/src/microcode/configure.ac +++ b/v7/src/microcode/configure.ac @@ -1,13 +1,13 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([MIT/GNU Scheme], [14.11], [bug-mit-scheme@gnu.org], [mit-scheme]) -AC_REVISION([$Id: configure.ac,v 1.1 2003/07/21 03:52:08 cph Exp $]) +AC_INIT([MIT/GNU Scheme], [14.14], [bug-mit-scheme@gnu.org], [mit-scheme]) +AC_REVISION([$Id: configure.ac,v 1.2 2004/01/16 20:36:29 cph Exp $]) AC_CONFIG_SRCDIR([boot.c]) AC_CONFIG_HEADERS([config.h]) AC_PROG_MAKE_SET AC_COPYRIGHT( -[Copyright 2000,2002,2003 Massachusetts Institute of Technology +[Copyright 2000,2002,2003,2004 Massachusetts Institute of Technology This file is part of MIT/GNU Scheme. diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index bb1e68708..71f9acdcf 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,10 +1,10 @@ #| -*-Scheme-*- -$Id: version.scm,v 14.215 2003/09/18 16:50:53 cph Exp $ +$Id: version.scm,v 14.216 2004/01/16 20:37:43 cph Exp $ Copyright 1988,1989,1990,1991,1992,1993 Massachusetts Institute of Technology Copyright 1995,1996,1997,1998,1999,2000 Massachusetts Institute of Technology -Copyright 2001,2002,2003 Massachusetts Institute of Technology +Copyright 2001,2002,2003,2004 Massachusetts Institute of Technology This file is part of MIT/GNU Scheme. @@ -31,10 +31,10 @@ USA. (declare (usual-integrations)) (define (initialize-package!) - (add-subsystem-identification! "Release" '(7 7 90)) + (add-subsystem-identification! "Release" '(7 7 91 "pre")) (snarf-microcode-version!) (add-event-receiver! event:after-restore snarf-microcode-version!) - (add-subsystem-identification! "Runtime" '(15 3))) + (add-subsystem-identification! "Runtime" '(15 4))) (define (snarf-microcode-version!) (add-subsystem-identification! "Microcode" diff --git a/v7/src/win32/make.scm b/v7/src/win32/make.scm index fa7063bb8..a495387c8 100644 --- a/v7/src/win32/make.scm +++ b/v7/src/win32/make.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: make.scm,v 1.14 2003/04/25 03:55:30 cph Exp $ +$Id: make.scm,v 1.15 2004/01/16 20:43:16 cph Exp $ -Copyright 1993,1998,2001,2002,2003 Massachusetts Institute of Technology +Copyright 1993,1998,2001,2002,2003,2004 Massachusetts Institute of Technology This file is part of MIT/GNU Scheme. @@ -35,4 +35,4 @@ USA. (pathname-as-directory "win32") (lambda () (load-package-set "win32"))))) -(add-identification! "Win32" 1 7) \ No newline at end of file +(add-identification! "Win32" 1 8) \ No newline at end of file