add version routines to polyplib

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@139 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-08-18 01:00:18 +00:00
parent ac595189fd
commit befd734aac
5 changed files with 73 additions and 31 deletions

View file

@ -532,3 +532,7 @@ struct pa_operation* pa_context_send_simple_command(struct pa_context *c, uint32
return pa_operation_ref(o);
}
const char* pa_get_library_version(void) {
return PACKAGE_VERSION;
}