From 475719ec3a2d2121932e3d432518e1af30273876 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 21 Jul 2012 14:24:26 -0500 Subject: [PATCH] pkg: we already behave like pkg-config 0.27 anyway --- pkg.h | 4 ++-- tests/run.sh.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg.h b/pkg.h index 15ed723..6566519 100644 --- a/pkg.h +++ b/pkg.h @@ -23,8 +23,8 @@ #define BUFSIZ 65535 #endif -/* we are compatible with 0.26 of pkg-config */ -#define PKG_PKGCONFIG_VERSION_EQUIV "0.26" +/* we are compatible with 0.27 of pkg-config */ +#define PKG_PKGCONFIG_VERSION_EQUIV "0.27" typedef enum { PKG_ANY = 0, diff --git a/tests/run.sh.in b/tests/run.sh.in index e712afc..6dc1ebd 100644 --- a/tests/run.sh.in +++ b/tests/run.sh.in @@ -92,7 +92,7 @@ run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --variable=includedir foo" \ # 6) tests for builtins run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --modversion pkg-config" \ - '0.26' + '0.27' run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --variable=prefix foo" \ '/usr' run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --define-variable=prefix=/test --variable=prefix foo" \