/* * jsoc_version.h * * Contains the master version, release and build number definition. * * Responsible: CM * * NOTE: !!!!!!!! This should only be modified by the CM !!!!!!!!!!!! * */ #ifndef JSOC_VERSION_INCL #define JSOC_VERSION_INCL 1 #define jsoc_version "V4R1X" #define jsoc_vers_num (-401) #endif