ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/base/jsoc_version.h
Revision: 1.10
Committed: Tue May 27 02:44:09 2008 UTC (15 years, 4 months ago) by arta
Content type: text/plain
Branch: MAIN
Changes since 1.9: +1 -1 lines
Log Message:
Make the version number negative - to connote development code

File Contents

# User Rev Content
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 arta 1.9 #define jsoc_version "V4R3X"
17 arta 1.10 #define jsoc_vers_num (-403)
18 arta 1.1
19     #endif
20