version=`(cd ..; basename \`pwd\` /)`
cat <<! >stamp.c
#include	"defs.h"

#
/*
 *
 * S. R. Bourne
 * Bell Telephone Laboratories
 *
 */

char		stamp[] = "\nVERSION $version `date`\n\\
Copyright Bell Telephone Laboratories\n";
!
