/* -------------------------------------------------------------------------- * Version number * ------------------------------------------------------------------------*/ /* Define this as a 13 character string uniquely identifying the current * version. * Major releases from Nottingham/Yale are of the form "" * Minor releases from Nottingham/Yale are of the form "[Beta YYMMDD]" * Anyone else should use a different format to avoid confusion. */ #define MAJOR_RELEASE 0 #if MAJOR_RELEASE #define HUGS_VERSION "January 1998 " #else #define HUGS_VERSION "STG 27 Apr 99" #endif