pkg: bump PKG_PKGCONFIG_VERSION_EQUIV to 0.28

pull/48/head
William Pitcock 2013-02-24 07:45:20 -06:00
parent e178f6d620
commit 14b88e3bcb
1 changed files with 2 additions and 2 deletions

4
pkg.h
View File

@ -21,8 +21,8 @@
#define PKG_BUFSIZE (65535)
/* we are compatible with 0.27 of pkg-config */
#define PKG_PKGCONFIG_VERSION_EQUIV "0.27"
/* we are compatible with 0.28 of pkg-config */
#define PKG_PKGCONFIG_VERSION_EQUIV "0.28"
typedef enum {
PKG_ANY = 0,