add the obelisk library source
This commit is contained in:
14
include/version.h.in
Normal file
14
include/version.h.in
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
Reference in New Issue
Block a user