ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/base/jsoc_version.h
Revision: 1.17
Committed: Wed Sep 3 16:21:48 2008 UTC (15 years ago) by arta
Content type: text/plain
Branch: MAIN
CVS Tags: Ver_4-6
Changes since 1.16: +2 -2 lines
Log Message:
Bump JSOC version for next release (Version 4.6)

File Contents

# Content
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 "V4R6"
17 #define jsoc_vers_num (406)
18
19 #endif
20