cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
version.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2017 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 
9 class t_version : public Singleton<t_version>
10 {
11  friend class Singleton<t_version>;
12 protected:
13  t_version();
14 public:
17 
20 
22  long int nBetaVer;
23 
26 
28  bool lgRelease;
29 
33 };
34 
35 #endif /* VERSION_H_ */
bool lgRelease
Definition: version.h:28
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
const int INPUT_LINE_LENGTH
Definition: cddefines.h:301
t_version()
Definition: version.cpp:21
bool lgReleaseBranch
Definition: version.h:25
char chInfo[INPUT_LINE_LENGTH]
Definition: version.h:32