mirror of
https://github.com/eclipse/upm.git
synced 2025-03-14 20:47:30 +03:00

* Renamed version.c to version.hpp * Updated CMakelist file * Updated upm.i file to support version * Updated/modified src Cmakelists to support base upm and wrapper dependency Signed-off-by: sisinty sasmita patra <sisinty.s.patra@intel.com>
7 lines
90 B
C++
7 lines
90 B
C++
#include <string>
|
|
|
|
inline std::string getVersion()
|
|
{
|
|
return "@upm_VERSION_STRING@";
|
|
}
|