7 lines
90 B
C++
7 lines
90 B
C++
|
|
#include <string>
|
||
|
|
|
||
|
|
inline std::string getVersion()
|
||
|
|
{
|
||
|
|
return "@upm_VERSION_STRING@";
|
||
|
|
}
|