mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
39a43cbc08
* oops! make sure autoconf is giving the `0.80+' in the User-Agent header.
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@)"
|