main: mention compatibility level in --about ala PKG_PKGCONFIG_VERSION_EQUIV

pull/43/head
William Pitcock 2012-09-14 16:16:35 -05:00
parent 73b443b883
commit 0edc4ff3b3
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -433,7 +433,7 @@ version(void)
static void
about(void)
{
printf("%s %s%s\n", PACKAGE_NAME, PACKAGE_VERSION, HAVE_STRICT_MODE ? " [strict]" : " [pkg-config compatible]");
printf("%s %s%s\n", PACKAGE_NAME, PACKAGE_VERSION, HAVE_STRICT_MODE ? " [strict]" : " [pkg-config " PKG_PKGCONFIG_VERSION_EQUIV " compatible]");
printf("Copyright (c) 2011 - 2012 pkgconf authors (see AUTHORS in documentation directory).\n\n");
printf("Permission to use, copy, modify, and/or distribute this software for any\n");
printf("purpose with or without fee is hereby granted, provided that the above\n");