libpulse: Always return a three part version number in API calls.
authorColin Guthrie <colin@mageia.org>
Sat, 1 Oct 2011 11:03:44 +0000 (12:03 +0100)
committerColin Guthrie <colin@mageia.org>
Sat, 1 Oct 2011 12:21:03 +0000 (13:21 +0100)
commit7563e0bbb54fbac54e77f3a62d9761a70f3a559c
treebdf20fa43edf1ef8cd9efbae9b792e32946995f3
parent6a9272f950649fdf3650e23d08320093d6ef7a64
libpulse: Always return a three part version number in API calls.

For both the headers and the library we should provide clean, three part
strings as this has been what we've previously done in the past
and some external systems apparently rely on this format. While it's not
something we've officially commented on before, there is no real advantage
to us to change it so let's not try to tidy things up too much
considering some third party apps (e.g. Skype) seem to dislike a two
part version string.
src/pulse/context.c
src/pulse/version.h.in