summaryrefslogtreecommitdiffstats
path: root/libpulse.pc.in
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2010-11-28 14:27:08 +0000
committerColin Guthrie <cguthrie@mandriva.org>2010-11-28 15:56:20 +0000
commit6828c594e3fdc3d4553dbf9aae018afe861e047c (patch)
tree3dfe8b1c17ad722aacd327822cedb7e8bbadbd3d /libpulse.pc.in
parent948950a3fd9f80875c3f8d5e24e250c237ab6e67 (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.pc.in')
-rw-r--r--libpulse.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpulse.pc.in b/libpulse.pc.in
index c78b1231..b437255f 100644
--- a/libpulse.pc.in
+++ b/libpulse.pc.in
@@ -8,5 +8,5 @@ Name: libpulse
Description: PulseAudio Client Interface
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lpulse @PTHREAD_LIBS@
-Libs.private: -lpulsecommon-@PA_MAJORMINORMICRO@
+Libs.private: -lpulsecommon-@PA_MAJORMINOR@
Cflags: -I${includedir} -D_REENTRANT