CASM  1.1.0
A Clusters Approach to Statistical Mechanics
autoversion.cc
Go to the documentation of this file.
1 /*
2  * version.cpp
3  *
4  */
5 
7 
8 using namespace CASM;
9 
10 #ifndef TXT_VERSION
11 #define TXT_VERSION "unknown"
12 #endif
13 
14 const std::string &CASM::version() {
15  static const std::string &ver = TXT_VERSION;
16  return ver;
17 };
#define TXT_VERSION
Definition: autoversion.cc:11
Main CASM namespace.
Definition: APICommand.hh:8
const std::string & version()
Definition: autoversion.cc:14