summaryrefslogtreecommitdiffstats
path: root/src/polyp/version.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/polyp/version.h.in')
-rw-r--r--src/polyp/version.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/polyp/version.h.in b/src/polyp/version.h.in
index 67b7495b..de7b9c1c 100644
--- a/src/polyp/version.h.in
+++ b/src/polyp/version.h.in
@@ -44,6 +44,10 @@ const char* pa_get_library_version(void);
* PA_API_VERSION undefined. */
#define PA_API_VERSION @PA_API_VERSION@
+/** The current protocol version. Version 8 relates to polypaudio 0.8.
+ * \since 0.8 */
+#define PA_PROTOCOL_VERSION @PA_PROTOCOL_VERSION@
+
PA_C_DECL_END
#endif