summaryrefslogtreecommitdiffstats
path: root/src/polyp/version.h.in
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-03-02 21:56:15 +0000
committerPierre Ossman <ossman@cendio.se>2006-03-02 21:56:15 +0000
commitbc97b29447bf5c9932ceccb665fa57dd7f654b36 (patch)
treef190713863f976e8e05cb9ee2b41cbaa8b433e71 /src/polyp/version.h.in
parentfbaaf5acb7b391c605585971dac2b417b55f1100 (diff)
Negotiate protocol version between server and client. Will allow smoother
protocol modifications in the future. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@621 fefdeb5f-60dc-0310-8127-8f9354f1896f
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