Slight typo in &= definition fixed.
authorMark Friedman <edu/mit/csail/zurich/markf>
Tue, 16 Aug 1988 18:10:16 +0000 (18:10 +0000)
committerMark Friedman <edu/mit/csail/zurich/markf>
Tue, 16 Aug 1988 18:10:16 +0000 (18:10 +0000)
v7/src/microcode/version.h
v8/src/microcode/version.h

index 1a51ad90eb885da6a9086cb88c82ee21a1f326bb..1735f12a68afcd6aa198a033022e001a3d167384 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.49 1988/08/15 20:58:07 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.50 1988/08/16 18:10:16 markf Exp $
 
 Copyright (c) 1988 Massachusetts Institute of Technology
 
@@ -46,7 +46,7 @@ MIT in each case. */
 #define VERSION                10
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     49
+#define SUBVERSION     50
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
index 4e2d973df012aff02478bc3315eeea3d30906886..6b64c8f29f2229165310adaa5e1c6733d365dc3e 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.49 1988/08/15 20:58:07 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.50 1988/08/16 18:10:16 markf Exp $
 
 Copyright (c) 1988 Massachusetts Institute of Technology
 
@@ -46,7 +46,7 @@ MIT in each case. */
 #define VERSION                10
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     49
+#define SUBVERSION     50
 #endif
 
 #ifndef UCODE_TABLES_FILENAME