mirror of
https://github.com/transmission/transmission
synced 2025-02-05 22:12:11 +00:00
7 lines
351 B
C
7 lines
351 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@"
|
|
#define LONG_VERSION_STRING "@VERSION_STRING_LONG@"
|