*** README.~ Thu Apr 22 18:24:36 1993 --- README Mon Apr 26 14:02:14 1993 *************** *** 73,78 **** --- 73,82 ---- HISTORY: + Version 2.0.1 - 26 Apr 1993 + - Include in tilde.c to get NULL defined. Duuh. + Jonathan Stone + Version 2.0 - 23 Apr 1993 * Major improvements include: - Multiple selections allowed in browser for use with other new *** patchlevel.h.~ Thu Apr 22 15:41:46 1993 --- patchlevel.h Mon Apr 26 14:01:25 1993 *************** *** 3,10 **** * * George Ferguson, ferguson@cs.rochester.edu, 19 Nov 1991. * Version 2.0 : 23 Apr 1993. */ #undef BETA #define VERSION 2.0 ! #define PATCHLEVEL 0 --- 3,11 ---- * * George Ferguson, ferguson@cs.rochester.edu, 19 Nov 1991. * Version 2.0 : 23 Apr 1993. + * Version 2.0.1: 26 Apr 1993 */ #undef BETA #define VERSION 2.0 ! #define PATCHLEVEL 1 *** tilde.c.~ Thu Apr 22 15:47:32 1993 --- tilde.c Mon Apr 26 14:00:56 1993 *************** *** 5,10 **** --- 5,11 ---- * */ + #include #include #include #include "config.h"