mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
4 lines
89 B
C++
4 lines
89 B
C++
namespace mylib
|
|
{
|
|
static const char* version() { return "v1.0"; }
|
|
} // namespace mylib
|