diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-07-08 18:57:42 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-07-08 18:57:42 +0000 |
commit | f1cde5ca117e8dd032fb028463e98305401347d5 (patch) | |
tree | 3f9e0ccb638ffa799cc5e41f3ee714f846965d07 /usr.bin | |
parent | 3ba347c2305c46d04415a82bb7fa3e6736027042 (diff) |
- pretend we're 0.26. there were no changes in 0.26 that
would remotely apply to us
Diffstat (limited to 'usr.bin')
-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 ad42d7ba0b9..02d10c8844e 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.68 2011/06/20 12:11:27 jasper Exp $ +# $OpenBSD: pkg-config,v 1.69 2011/07/08 18:57:41 jasper Exp $ # $CSK: pkgconfig.pl,v 1.39 2006/11/27 16:26:20 ckuethe Exp $ # Copyright (c) 2006 Chris Kuethe <ckuethe@openbsd.org> @@ -41,7 +41,7 @@ my $allow_uninstalled = defined $ENV{PKG_CONFIG_DISABLE_UNINSTALLED} ? 0 : 1; my $found_uninstalled = 0; -my $version = 0.25; # pretend to be this version of pkgconfig +my $version = 0.26; # pretend to be this version of pkgconfig my %configs = (); setup_self(); |