From 9df201e1bf0288d2f661aa334e5abee4977edb72 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 23 Apr 1997 07:01:36 +0000 Subject: [PATCH] New primitives to support faster conversion of ratnum to flonum. --- v7/src/microcode/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 8ed8f82a4..86a4ccac1 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: version.h,v 11.157 1997/04/02 08:16:41 cph Exp $ +$Id: version.h,v 11.158 1997/04/23 07:01:36 cph Exp $ Copyright (c) 1988-97 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 157 +#define SUBVERSION 158 #endif -- 2.25.1