cloudy trunk
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1/* This file is part of Cloudy and is copyright (C)1978-2013 by Gary J. Ferland and
2 * others. For conditions of distribution and use see copyright notice in license.txt */
3
4#ifndef VERSION_H_
5#define VERSION_H_
6
8
9class t_version : public Singleton<t_version>
10{
11 friend class Singleton<t_version>;
12protected:
13 t_version();
14public:
17
20
22 long int nBetaVer;
23
26
29
33};
34
35#endif /* VERSION_H_ */
const int INPUT_LINE_LENGTH
Definition cddefines.h:254
char chVersion[INPUT_LINE_LENGTH]
Definition version.h:19
char chDate[INPUT_LINE_LENGTH]
Definition version.h:16
long int nBetaVer
Definition version.h:22
bool lgRelease
Definition version.h:28
bool lgReleaseBranch
Definition version.h:25
char chInfo[INPUT_LINE_LENGTH]
Definition version.h:32