#ifndef PATCHLEVEL_H #define PATCHLEVEL_H /* * MIDVERS is used to check release compatibility between MIDAS executables * (using MIDVERS as reference) and the monitor (using keyworkd MID$SESS(16,20)) * Mismatch between these two values will trigger a warning message in * SCSPRO(). */ static char MIDVERS[] = "99NOV"; static char SccsId[] = "MIDAS 99NOVpl2.2 \t@(#)patchlevel.h 14.1.1.6\t\t07/04/00"; #endif