From: Stephen Adams Date: Wed, 26 Jul 1995 21:38:19 +0000 (+0000) Subject: Bumped version number. X-Git-Tag: 20090517-FFI~6149 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0d2e931d6c4f0d688f1050aa748012fce7250c30;p=mit-scheme.git Bumped version number. --- diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index fc37c2837..838b8ef3f 100644 --- a/v8/src/microcode/version.h +++ b/v8/src/microcode/version.h @@ -1,8 +1,8 @@ /* -*-C-*- -$Id: version.h,v 11.150 1995/05/20 10:30:45 cph Exp $ +$Id: version.h,v 11.151 1995/07/26 21:38:19 adams Exp $ -Copyright (c) 1988-95 Massachusetts Institute of Technology +Copyright (c) 1988-1993 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -37,14 +37,14 @@ MIT in each case. */ /* Scheme system release version */ #ifndef RELEASE -#define RELEASE "7.4.1 (alpha)" +#define RELEASE "8.0 (internal)" #endif /* Microcode release version */ #ifndef VERSION -#define VERSION 11 +#define VERSION 13 #endif #ifndef SUBVERSION -#define SUBVERSION 150 +#define SUBVERSION 0 #endif