(file) Return to jsoc_version.h CVS log (file) (dir) Up to [Development] / JSOC / base

 1 arta  1.1 /*
 2            *  jsoc_version.h
 3            *
 4            * Contains the master version, release and build number definition.
 5            *
 6            *  Responsible:  CM
 7            *
 8            * NOTE: !!!!!!!! This should only be modified by the CM !!!!!!!!!!!!
 9            *
10            */
11           
12           #ifndef JSOC_VERSION_INCL
13           
14           #define JSOC_VERSION_INCL 1
15           
16           #define jsoc_version "V3R8X"
17           #define jsoc_vers_num (-308)
18           
19           #endif
20           

Karen Tian
Powered by
ViewCVS 0.9.4