From 6828c594e3fdc3d4553dbf9aae018afe861e047c Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 28 Nov 2010 14:27:08 +0000 Subject: 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 --- libpulse-browse.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpulse-browse.pc.in') diff --git a/libpulse-browse.pc.in b/libpulse-browse.pc.in index 54705b3f..4346168c 100644 --- a/libpulse-browse.pc.in +++ b/libpulse-browse.pc.in @@ -7,6 +7,6 @@ Name: libpulse-browse Description: PulseAudio Network Browsing Interface Version: @PACKAGE_VERSION@ Libs: -L${libdir} -lpulse-browse @PTHREAD_LIBS@ -Libs.private: -lpulsecommon-@PA_MAJORMINORMICRO@ +Libs.private: -lpulsecommon-@PA_MAJORMINOR@ Cflags: -I${includedir} -D_REENTRANT Requires: libpulse -- cgit