/*
 * File:     compdate.h - date of compilation
 *
 * Author:   Michael Pichler
 *
 * Created:  28 Feb 1994
 *
 * Changed:  28 Feb 1994
 *
 */


// compilation date is written into compdate.C on each
// make all (or make compdate) and newest date is linked

const char* compDate ();
