Update version to reflect changes to variable reference.
authorChris Hanson <org/chris-hanson/cph>
Thu, 2 Aug 2001 18:29:33 +0000 (18:29 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 2 Aug 2001 18:29:33 +0000 (18:29 +0000)
v7/src/microcode/version.h

index 5c485979db8a7e5fcc4cba05daa9aa42c3f17be5..46cd76aae7647e22a3aefd869c90e9a53bf9c900 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: version.h,v 11.180 2001/04/03 17:52:21 cph Exp $
+$Id: version.h,v 11.181 2001/08/02 18:29:33 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
@@ -25,7 +25,7 @@ USA.
 /* Scheme system release version */
 
 #ifndef SCHEME_RELEASE
-#define SCHEME_RELEASE         "7.5.17"
+#define SCHEME_RELEASE         "7.5.18"
 #endif
 
 /* Microcode release version */
@@ -34,5 +34,5 @@ USA.
 #define SCHEME_VERSION         14
 #endif
 #ifndef SCHEME_SUBVERSION
-#define SCHEME_SUBVERSION      4
+#define SCHEME_SUBVERSION      5
 #endif