Update version for pending release.
authorChris Hanson <org/chris-hanson/cph>
Tue, 21 Dec 1999 18:52:57 +0000 (18:52 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 21 Dec 1999 18:52:57 +0000 (18:52 +0000)
v7/src/microcode/version.h

index 87e997444f63e29591263424869100451719215f..10a5c42466497aa2c03a6c9e64993af4b9054453 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: version.h,v 11.163 1999/04/07 04:01:55 cph Exp $
+$Id: version.h,v 11.164 1999/12/21 18:52:57 cph Exp $
 
 Copyright (c) 1988-1999 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.5a"
+#define RELEASE                "7.5pre1"
 #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     163
+#define SUBVERSION     164
 #endif