From d9b5e77a0e48a16c53653b56bc61a0b8dc4122a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Tue, 9 Jun 2009 14:36:21 -0400 Subject: [PATCH] Print the current version of pixman. --- hw/xfree86/common/xf86Init.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c index c4e5898ae..543d11c16 100644 --- a/hw/xfree86/common/xf86Init.c +++ b/hw/xfree86/common/xf86Init.c @@ -218,6 +218,7 @@ xf86PrintBanner(void) #if defined(BUILDERSTRING) ErrorF("%s \n",BUILDERSTRING); #endif + ErrorF("Current version of pixman: %s\n", PIXMAN_VERSION_STRING); ErrorF("\tBefore reporting problems, check "__VENDORDWEBSUPPORT__"\n" "\tto make sure that you have the latest version.\n"); }