Manticore  Version 1.0
Physics of Molecular Clouds
version.h
Go to the documentation of this file.
1 #ifndef VERSION_H
2 #define VERSION_H
3 
4 namespace manticore {
5 
6 constexpr const char *const version = "1.0";
7 constexpr const char *const reldate = "Feb 09 2018";
8 
9 } // namespace manticore
10 
11 #endif // VERSION_H
Package namespace.
Definition: Detector.cc:13
constexpr const char *const version
Version string.
Definition: version.h:6
constexpr const char *const reldate
Release date (if any).
Definition: version.h:7