cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
date.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2022 by Gary J. Ferland and
2  * others. For conditions of distribution and use see copyright notice in license.txt */
3 
4 #ifndef DATE_H_
5 #define DATE_H_
6 
7 /* This gives the date of the first release of a gold version of the code.
8  * It should be set when Cxx.00 is released. It is not updated for later
9  * minor releases, such as Cxx.01.
10  *
11  * This is the GMT year, 117 indicates 2017 */
12 #define YEAR 117
13 /* month, January is 0, December is 11 */
14 #define MONTH 5
15 /* day is correct */
16 #define DAY 1
17 
18 #endif /* DATE_H_ */