mirror of
https://github.com/transmission/transmission
synced 2025-02-24 15:10:39 +00:00
5 lines
266 B
C
5 lines
266 B
C
#define PEERID_PREFIX "@PEERID_PREFIX@"
|
|
#define USERAGENT_PREFIX "@USERAGENT_PREFIX@"
|
|
#define SVN_REVISION "@SVN_REVISION@"
|
|
#define SHORT_VERSION_STRING "@USERAGENT_PREFIX@"
|
|
#define LONG_VERSION_STRING "@USERAGENT_PREFIX@ (r@SVN_REVISION@)"
|