diff options
author | 2010-09-18 09:27:51 +0000 | |
---|---|---|
committer | 2010-09-18 09:27:51 +0000 | |
commit | 373240926aea2b489ce6b40906a0ef6fe585badc (patch) | |
tree | 6d4e3223a19d205d8dce6c2b25ef20a02a15f4a8 | |
parent | add forgotten ``return NULL'' when a .wav file fails to get the (diff) | |
download | wireguard-openbsd-373240926aea2b489ce6b40906a0ef6fe585badc.tar.xz wireguard-openbsd-373240926aea2b489ce6b40906a0ef6fe585badc.zip |
claim that we are pkg-config 0.22; ok ajacoutot@ ckuethe@
-rw-r--r-- | usr.bin/pkg-config/pkg-config | 4 |
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 = (); |