Update version for impending release.
authorChris Hanson <org/chris-hanson/cph>
Fri, 25 Apr 2003 03:57:00 +0000 (03:57 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 25 Apr 2003 03:57:00 +0000 (03:57 +0000)
v7/src/microcode/version.h
v7/src/runtime/version.scm

index 937c9daa38bcd483d1e459165a5cf2cb86212d3a..21ce7ff7c408f2c9583951525165d58c58d761df 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: version.h,v 11.188 2003/02/14 18:28:24 cph Exp $
+$Id: version.h,v 11.189 2003/04/25 03:57:00 cph Exp $
 
 Copyright 1986,1987,1988,1989,1990,1991 Massachusetts Institute of Technology
 Copyright 1993,1994,1995,1996,1997,1999 Massachusetts Institute of Technology
@@ -30,7 +30,7 @@ USA.
 /* Scheme system release version */
 
 #ifndef SCHEME_RELEASE
-#  define SCHEME_RELEASE       "7.7.2"
+#  define SCHEME_RELEASE       "7.8.0"
 #endif
 
 /* Microcode release version */
index e6c94fbefa9facec96387cbba030b084fd6e6440..adfe1e84e3f32d9ea672b2a5d74e0057ef629ead 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: version.scm,v 14.212 2003/02/14 18:28:34 cph Exp $
+$Id: version.scm,v 14.213 2003/04/25 03:56:40 cph Exp $
 
 Copyright 1988,1989,1990,1991,1992,1993 Massachusetts Institute of Technology
 Copyright 1995,1996,1997,1998,1999,2000 Massachusetts Institute of Technology
@@ -31,7 +31,7 @@ USA.
 (declare (usual-integrations))
 
 (define (initialize-package!)
-  (add-subsystem-identification! "Release" '(7 7 2 "pre"))
+  (add-subsystem-identification! "Release" '(7 8 0))
   (snarf-microcode-version!)
   (add-event-receiver! event:after-restore snarf-microcode-version!)
   (add-subsystem-identification! "Runtime" '(15 3)))