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
|