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.
/* -*-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
/* Scheme system release version */
#ifndef RELEASE
-#define RELEASE "7.4.3 (alpha)"
+#define RELEASE "7.5a"
#endif
/* Microcode release version */
#define VERSION 11
#endif
#ifndef SUBVERSION
-#define SUBVERSION 152
+#define SUBVERSION 153
#endif