1 #ifndef STAN_VERSION_HPP
2 #define STAN_VERSION_HPP
6 #ifndef STAN_STRING_EXPAND
7 #define STAN_STRING_EXPAND(s) #s
11 #define STAN_STRING(s) STAN_STRING_EXPAND(s)
Probability, optimization and sampling library.
const std::string MINOR_VERSION
Minor version number for Stan package.
const std::string PATCH_VERSION
Patch version for Stan package.
const std::string MAJOR_VERSION
Major version number for Stan package.