27#include "version_verbose.hpp"
36const std::string & getVersion(
bool verbose)
38 const static std::string VERSION_STRING = BITPIT_VERSION;
39 const static std::string VERBOSE_VERSION_STRING = BITPIT_VERBOSE_VERSION;
42 return VERBOSE_VERSION_STRING;
44 return VERSION_STRING;