From: Chris Hanson Date: Wed, 23 Oct 2002 02:04:34 +0000 (+0000) Subject: Update version to reflect recent changes. X-Git-Tag: 20090517-FFI~2146 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9245a616bd8dd70c85e0c5c7e488e1adb90f3cc7;p=mit-scheme.git Update version to reflect recent changes. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index f6eb6b194..5eefcf5c0 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: version.h,v 11.184 2002/06/17 05:19:36 cph Exp $ +$Id: version.h,v 11.185 2002/10/23 02:04:34 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology @@ -25,14 +25,14 @@ USA. /* Scheme system release version */ #ifndef SCHEME_RELEASE -#define SCHEME_RELEASE "7.7.1" +# define SCHEME_RELEASE "7.7.2" #endif /* Microcode release version */ #ifndef SCHEME_VERSION -#define SCHEME_VERSION 14 +# define SCHEME_VERSION 14 #endif #ifndef SCHEME_SUBVERSION -#define SCHEME_SUBVERSION 9 +# define SCHEME_SUBVERSION 10 #endif