CASM
AClustersApproachtoStatisticalMechanics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules
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
9 
10 }
11 
12 #endif
13 
Main CASM namespace.
Definition: complete.cpp:8
const std::string & version()
Definition: autoversion.cc:14