CYCLUS
Loading...
Searching...
No Matches
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 6
6#define CYCLUS_VERSION_MICRO 0
7
8namespace cyclus {
9namespace version {
10
11const char* describe();
12
13const char* core();
14
15const char* boost();
16
17const char* sqlite3();
18
19const char* hdf5();
20
21const char* xml2();
22
23const char* xmlpp();
24
25const char* coincbc();
26
27const char* coinclp();
28
29} // namespace version
30} // namespace cyclus
31
32#endif // CYCLUS_SRC_VERSION_H_
const char * core()
Definition version.cc:38
const char * sqlite3()
Definition version.cc:46
const char * hdf5()
Definition version.cc:50
const char * xmlpp()
Definition version.cc:67
const char * coinclp()
Definition version.cc:80
const char * xml2()
Definition version.cc:63
const char * describe()
Definition version.cc:34
const char * boost()
Definition version.cc:42
const char * coincbc()
Definition version.cc:76
taken directly from OsiSolverInterface.cpp on 2/17/14 from https://projects.coin-or....
Definition agent.cc:14