cmkr/tests/interface/include/mylib/mylib.hpp

4 lines
89 B

namespace mylib
{
static const char* version() { return "v1.0"; }
} // namespace mylib