mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
7 lines
357 B
C
7 lines
357 B
C
#define VERSION_MAJOR "@VERSION_MAJOR@"
|
|
#define VERSION_MINOR "@VERSION_MINOR@"
|
|
#define VERSION_MAINTENANCE "@VERSION_MAINTENANCE@"
|
|
#define VERSION_REVISION "@VERSION_REVISION@"
|
|
#define VERSION_BETA "@VERSION_BETA@"
|
|
#define SHORT_VERSION_STRING "@VERSION_STRING_SHORT@"
|
|
#define LONG_VERSION_STRING "@VERSION_STRING_LONG@"
|