From: Chris Hanson Date: Mon, 4 Nov 1991 21:17:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 20090517-FFI~10076 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=553bfd80dc72b77d5ad8235d569e01d23a850427;p=mit-scheme.git *** empty log message *** --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 550af47a3..911813210 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.100 1991/10/29 22:30:59 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.101 1991/11/04 21:17:50 cph Exp $ Copyright (c) 1988-91 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 100 +#define SUBVERSION 101 #endif diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index d5db112e1..6ea63682c 100644 --- a/v8/src/microcode/version.h +++ b/v8/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.100 1991/10/29 22:30:59 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.101 1991/11/04 21:17:50 cph Exp $ Copyright (c) 1988-91 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 100 +#define SUBVERSION 101 #endif