SOLIDstate
A C++ library for solid state physics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Version.hpp
Go to the documentation of this file.
1 
11 #ifndef INFO_VERSION_HPP
12 #define INFO_VERSION_HPP
13 
14 #include <string>
15 #include <armadillo>
16 
17 namespace solid
18 {
19 
23 class Version
24 {
25 public:
29  static constexpr const char *solidVersion = "0.100.0 (Alpha WIP)";
30 };
31 
32 } // namespace solid
33 
34 #endif
static constexpr const char * solidVersion
current solid version
Definition: Version.hpp:29
constant char* about solid version
Definition: Version.hpp:23