File: version.cpp.in

package info (click to toggle)
android-file-transfer 4.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,496 kB
  • sloc: cpp: 12,909; python: 140; lex: 47; xml: 26; sh: 13; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#include <mtp/version.h>

namespace mtp
{
	std::string GetVersion()
	{ return std::string("${AFT_VERSION}"); }
}