mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
always define PA_MAJOR/PA_MINOR/PA_MICRO to ease feature checking in client applications
This commit is contained in:
parent
948be361c4
commit
1249cf6dc9
2 changed files with 18 additions and 6 deletions
|
|
@ -51,6 +51,15 @@ const char* pa_get_library_version(void);
|
|||
* 0.8/PulseAudio 0.9. */
|
||||
#define PA_PROTOCOL_VERSION @PA_PROTOCOL_VERSION@
|
||||
|
||||
/** The major version of PA. \since 0.9.15 */
|
||||
#define PA_MAJOR @PA_MAJOR@
|
||||
|
||||
/** The minor version of PA. \since 0.9.15 */
|
||||
#define PA_MINOR @PA_MINOR@
|
||||
|
||||
/** The micro version of PA. \since 0.9.15 */
|
||||
#define PA_MICRO @PA_MICRO@
|
||||
|
||||
PA_C_DECL_END
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue