#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[] = "02FEBpl1.1"; static char SccsId[] = "MIDAS 02FEBpl1.1 \t@(#)patchlevel.h 17.1.1.3\t\t02/25/02"; #endif