mirror of
https://github.com/transmission/transmission
synced 2025-01-02 13:05:08 +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@)"
|