GooseEYE 0.9.1
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1
7#ifndef GOOSEEYE_VERSION_H
8#define GOOSEEYE_VERSION_H
9
10#include "config.h"
11
32#ifndef GOOSEEYE_VERSION
33#define GOOSEEYE_VERSION "@PROJECT_VERSION@"
34#endif
35
36namespace GooseEYE {
37
42inline std::string version();
43
44} // namespace GooseEYE
45
46#include "version.hpp"
47
48#endif
Toolbox to compute statistics.
Definition config.h:128
std::string version()
Return version string, e.g.
Definition version.hpp:25