Bump component version to reflect changes since last release.
authorChris Hanson <org/chris-hanson/cph>
Fri, 16 Jan 2004 20:43:16 +0000 (20:43 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 16 Jan 2004 20:43:16 +0000 (20:43 +0000)
v7/src/edwin/make.scm
v7/src/imail/load.scm
v7/src/microcode/configure.ac
v7/src/runtime/version.scm
v7/src/win32/make.scm

index 9feec218e9d7fe6633d68d7c18c779b6486d51f7..271ffd2778769cc9de0f73da1dea52728f182232 100644 (file)
@@ -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
index 628ac0b324beb8caecd4e32285cb4dc33206ba22..3dd1dbf18de86d2f6969dc5a5b0be9fdb62ac210 100644 (file)
@@ -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
index 331fe7f75c982591b5e05d46fcd1697e7296d4d2..ab48247d7caa1e8f9faaf88402b97eb3cd4528d8 100644 (file)
@@ -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.
 
index bb1e6870809250d226da17b5d91cda220e805a6a..71f9acdcf4fa7475e64ed016c32c6bd3a4c10e9c 100644 (file)
@@ -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"
index fa7063bb840c389b51d5994fa7778944568e7ef0..a495387c8c97b1953f7826e2c5783b231b26b34a 100644 (file)
@@ -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