From 115f28a6ef23607e4d2fea28f72125d9d396739b Mon Sep 17 00:00:00 2001 From: "Gergely POLONKAI (W00d5t0ck)" Date: Mon, 16 Sep 2013 22:56:54 +0200 Subject: [PATCH] Fixed version numbers in pkgconfig file --- data/swe-glib.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/swe-glib.pc.in b/data/swe-glib.pc.in index 5d97946..dd9bbbc 100644 --- a/data/swe-glib.pc.in +++ b/data/swe-glib.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: SWE-GLib Description: GLib wrapper functions for the Swiss Ephemeris library -Version: @SWE_GLIB_API_VERSION@ +Version: @VERSION@ Requires: glib-2.0 -Libs: -L${libdir} -lswe-glib-@VERSION@ +Libs: -L${libdir} -lswe-glib-@SWE_GLIB_API_VERSION@ Cflags: -I${includedir}/swe-glib