/* * 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 "V4R4" #define jsoc_vers_num (404) #endif