forked from organicmaps/organicmaps-tmp
11 lines
170 B
C++
11 lines
170 B
C++
#include "platform/platform.hpp"
|
|
|
|
std::string Platform::Version() const
|
|
{
|
|
return "@OM_VERSION@";
|
|
}
|
|
|
|
int32_t Platform::IntVersion() const
|
|
{
|
|
return @OM_INT_VERSION@;
|
|
}
|