diff options
author | kotontrion <[email protected]> | 2024-09-18 20:31:22 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-09-18 20:31:22 +0200 |
commit | 36adb5a19bf0414c7bd3703f4c6244c44fb8e68e (patch) | |
tree | 239fd47001dce18dcb7de58c3bafbe407bdf5f19 /lib/wireplumber/include/astal-wp.h.in | |
parent | c37823ae42b38bed8aca06f78f3a4cb44eb41d5c (diff) | |
parent | 10b9cde328947d038029f2496f43da75138abb3d (diff) |
Merge branch 'fix/wireplumber-11'
Diffstat (limited to 'lib/wireplumber/include/astal-wp.h.in')
-rw-r--r-- | lib/wireplumber/include/astal-wp.h.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/wireplumber/include/astal-wp.h.in b/lib/wireplumber/include/astal-wp.h.in new file mode 100644 index 0000000..7d9d997 --- /dev/null +++ b/lib/wireplumber/include/astal-wp.h.in @@ -0,0 +1,14 @@ + +#ifndef WP_H +#define WP_H + +#include "astal/wireplumber/audio.h" +#include "astal/wireplumber/endpoint.h" +#include "astal/wireplumber/wp.h" + +#define ASTAL_WP_MAJOR_VERSION @MAJOR_VERSION@ +#define ASTAL_WP_MINOR_VERSION @MINOR_VERSION@ +#define ASTAL_WP_MICRO_VERSION @MICRO_VERSION@ +#define ASTAL_WP_VERSION "@VERSION@" + +#endif // WP_H |