diff options
author | Colin Guthrie <cguthrie@mandriva.org> | 2010-11-28 14:27:08 +0000 |
---|---|---|
committer | Colin Guthrie <cguthrie@mandriva.org> | 2010-11-28 15:56:20 +0000 |
commit | 6828c594e3fdc3d4553dbf9aae018afe861e047c (patch) | |
tree | 3dfe8b1c17ad722aacd327822cedb7e8bbadbd3d /libpulse-simple.pc.in | |
parent | 948950a3fd9f80875c3f8d5e24e250c237ab6e67 (diff) |
version: Drop the micro version number
As per discussions with Lennart, we will be moving to a two-component version
number scheme when the next release is made from git master branch.
This means we will be dropping the micro version component (although
for compatibility, it will remain defined as 0 in version.h).
For more information, please see the announcement here:
http://thread.gmane.org/gmane.comp.audio.pulseaudio.general/7921
Diffstat (limited to 'libpulse-simple.pc.in')
-rw-r--r-- | libpulse-simple.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpulse-simple.pc.in b/libpulse-simple.pc.in index 443be2895..ce969765a 100644 --- a/libpulse-simple.pc.in +++ b/libpulse-simple.pc.in @@ -7,6 +7,6 @@ Name: libpulse-simple Description: PulseAudio Simplified Synchronous Client Interface Version: @PACKAGE_VERSION@ Libs: -L${libdir} -lpulse-simple @PTHREAD_LIBS@ -Libs.private: -lpulsecommon-@PA_MAJORMINORMICRO@ +Libs.private: -lpulsecommon-@PA_MAJORMINOR@ Cflags: -I${includedir} -D_REENTRANT Requires: libpulse |