obelisk/include/version.h.in

15 lines
285 B
C

namespace obelisk
{
/**
* @brief The current version of obelisk.
*
*/
const std::string version = "@version@";
/**
* @brief The current library version of obelisk.
*
*/
const std::string soVersion = "@so_version@";
} // namespace obelisk