4 lines
89 B
4 lines
89 B
4 years ago
|
namespace mylib
|
||
|
{
|
||
|
static const char* version() { return "v1.0"; }
|
||
|
} // namespace mylib
|