obelisk/src/lib/version.h.in

17 lines
322 B
C
Raw Normal View History

2023-02-16 01:16:57 -03:00
namespace obelisk
{
/**
* @brief The current version of obelisk.
*
*/
const std::string version = "@version@";
/**
* @brief The current library version of obelisk.
*
*/
2023-02-16 02:26:14 -03:00
// clang-format off
const int soVersion = @so_version@;
// clang-format on
2023-02-16 01:16:57 -03:00
} // namespace obelisk