1#include <mtp/version.h>
2
3namespace mtp
4{
5	std::string GetVersion()
6	{ return std::string("${AFT_VERSION}"); }
7}
8