CYCLUS
version.h
Go to the documentation of this file.
1 #ifndef CYCLUS_SRC_VERSION_H_
2 #define CYCLUS_SRC_VERSION_H_
3 
4 #define CYCLUS_VERSION_MAJOR 1
5 #define CYCLUS_VERSION_MINOR 5
6 #define CYCLUS_VERSION_MICRO 5
7 
8 namespace cyclus {
9 namespace version {
10 
11 const char* describe();
12 
13 const char* core();
14 
15 const char* boost();
16 
17 const char* sqlite3();
18 
19 const char* hdf5();
20 
21 const char* xml2();
22 
23 const char* xmlpp();
24 
25 const char* coincbc();
26 
27 const char* coinclp();
28 
29 } // namespace version
30 } // namespace cyclus
31 
32 #endif // CYCLUS_SRC_VERSION_H_
const char * xmlpp()
Definition: version.cc:67
const char * xml2()
Definition: version.cc:63
const char * describe()
Definition: version.cc:34
const char * core()
Definition: version.cc:38
const char * coincbc()
Definition: version.cc:76
const char * coinclp()
Definition: version.cc:80
const char * boost()
Definition: version.cc:42
taken directly from OsiSolverInterface.cpp on 2/17/14 from https://projects.coin-or.org/Osi/browser/trunk.
Definition: agent.cc:14
const char * hdf5()
Definition: version.cc:50
const char * sqlite3()
Definition: version.cc:46