Update version number to mark changes made to support FreeBSD.
authorChris Hanson <org/chris-hanson/cph>
Tue, 1 Feb 2000 01:50:18 +0000 (01:50 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 1 Feb 2000 01:50:18 +0000 (01:50 +0000)
v7/src/microcode/version.h

index 7abf7b587149be6be0960643d56a8007602b7f89..80f5b062d102d4819c204b166f388de6900c9f7f 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: version.h,v 11.168 2000/01/30 01:03:31 cph Exp $
+$Id: version.h,v 11.169 2000/02/01 01:50:18 cph Exp $
 
 Copyright (c) 1988-2000 Massachusetts Institute of Technology
 
@@ -24,7 +24,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 /* Scheme system release version */
 
 #ifndef RELEASE
-#define RELEASE                "7.5.1"
+#define RELEASE                "7.5.2"
 #endif
 
 /* Microcode release version */
@@ -33,5 +33,5 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #define VERSION                11
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     165
+#define SUBVERSION     166
 #endif