Change release version number from 7.4.3 to 7.5, since the former will
authorChris Hanson <org/chris-hanson/cph>
Thu, 9 May 1996 17:01:38 +0000 (17:01 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 9 May 1996 17:01:38 +0000 (17:01 +0000)
be needed for patches to the 7.4 release, and the current sources
contain code that won't go into the 7.4 series.  Also replace the
"(alpha)" with "a" to be more succinct.

v7/src/microcode/version.h

index e92476260584bd11e86aa9e3f618e2120c1654bb..6a41faca1874927f2033353b235209f2a4400517 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: version.h,v 11.152 1996/04/23 20:59:45 cph Exp $
+$Id: version.h,v 11.153 1996/05/09 17:01:38 cph Exp $
 
 Copyright (c) 1988-96 Massachusetts Institute of Technology
 
@@ -37,7 +37,7 @@ MIT in each case. */
 /* Scheme system release version */
 
 #ifndef RELEASE
-#define RELEASE                "7.4.3 (alpha)"
+#define RELEASE                "7.5a"
 #endif
 
 /* Microcode release version */
@@ -46,5 +46,5 @@ MIT in each case. */
 #define VERSION                11
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     152
+#define SUBVERSION     153
 #endif