summaryrefslogtreecommitdiffstats
path: root/libpulse-mainloop-glib.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-mainloop-glib.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-mainloop-glib.pc.in')
-rw-r--r--libpulse-mainloop-glib.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpulse-mainloop-glib.pc.in b/libpulse-mainloop-glib.pc.in
index 45ae47c7..72631c92 100644
--- a/libpulse-mainloop-glib.pc.in
+++ b/libpulse-mainloop-glib.pc.in
@@ -7,6 +7,6 @@ Name: libpulse-mainloop-glib
Description: PulseAudio GLib 2.0 Main Loop Wrapper
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lpulse-mainloop-glib @PTHREAD_LIBS@
-Libs.private: -lpulsecommon-@PA_MAJORMINORMICRO@
+Libs.private: -lpulsecommon-@PA_MAJORMINOR@
Cflags: -I${includedir} -D_REENTRANT
Requires: libpulse glib-2.0