CASM  1.1.0
A Clusters Approach to Statistical Mechanics
version.hh
Go to the documentation of this file.
1 #ifndef VERSION_HH
2 #define VERSION_HH
3 
4 #include <string>
5 
6 namespace CASM {
7 
8 const std::string &version(); // Returns the version defined by the TXT_VERSION
9  // macro at compile time
10 
11 }
12 
13 #endif
Main CASM namespace.
Definition: APICommand.hh:8
const std::string & version()
Definition: autoversion.cc:14