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.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpulse.pc.in') 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 -- cgit