From 0d2e931d6c4f0d688f1050aa748012fce7250c30 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Wed, 26 Jul 1995 21:38:19 +0000 Subject: [PATCH] Bumped version number. --- v8/src/microcode/version.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.25.1