mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 13:07:40 +03:00
7 lines
90 B
C++
7 lines
90 B
C++
![]() |
#include <string>
|
||
|
|
||
|
inline std::string getVersion()
|
||
|
{
|
||
|
return "@upm_VERSION_STRING@";
|
||
|
}
|