mirror of
https://github.com/transmission/transmission
synced 2024-12-25 09:13:06 +00:00
6 lines
312 B
C
6 lines
312 B
C
#define PEERID_PREFIX "@PEERID_PREFIX@'"
|
|
#define USERAGENT_PREFIX "@USERAGENT_PREFIX@'"
|
|
#define SVN_REVISION "@SVN_REVISION@"
|
|
#define SVN_REVISION_NUM @SVN_REVISION@
|
|
#define SHORT_VERSION_STRING "@USERAGENT_PREFIX@"
|
|
#define LONG_VERSION_STRING "@USERAGENT_PREFIX@ (@SVN_REVISION@)"
|