summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2010-09-18 09:27:52 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2010-09-18 09:27:52 +0000
commite38ee6279716af32b525e4589618ce67ba093bc1 (patch)
treeeea4f12882539d9a7886396891eae0fcbc704a54 /usr.bin
parentf3b879c6aa0ea9206c0d6fc554e34daaa8fe3692 (diff)
claim that we are pkg-config 0.22; ok ajacoutot@ ckuethe@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/pkg-config/pkg-config4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pkg-config/pkg-config b/usr.bin/pkg-config/pkg-config
index c0b83a57304..52ba3e3ca6a 100644
--- a/usr.bin/pkg-config/pkg-config
+++ b/usr.bin/pkg-config/pkg-config
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $OpenBSD: pkg-config,v 1.24 2009/06/21 21:30:46 ckuethe Exp $
+# $OpenBSD: pkg-config,v 1.25 2010/09/18 09:27:51 sthen Exp $
#$CSK: pkgconfig.pl,v 1.39 2006/11/27 16:26:20 ckuethe Exp $
# Copyright (c) 2006 Chris Kuethe <ckuethe@openbsd.org>
@@ -39,7 +39,7 @@ my $allow_uninstalled =
defined $ENV{PKG_CONFIG_DISABLE_UNINSTALLED} ? 0 : 1;
my $found_uninstalled = 0;
-my $version = 0.21; # pretend to be this version of pkgconfig
+my $version = 0.22; # pretend to be this version of pkgconfig
my %configs = ();
my %mode = ();